You are asked to write a program for the course calculator to help a fellow student practise changing the subject of a formula. The formula will be of the type Y = AX + B, with different integer values of A and B, and the student is to rearrange the formula so that X becomes the subject. Begin by writing instructions for the user explaining how to change the subject of a formula of this type from Y to X.

cod sum1 explain 2me on how to make X the subject.. and wat exactly is this question asking from me??

Y = AX + B means that the value of Y depends on the value of A, X and B.

I believe the question is asking you to re-write the equation in terms of X. In other words, write the equation so that the value of X depends on A, B and Y.