Question 1043571
********************************************************************
Question 1043447: If a is added to the difference of 2 quantities, the sum is b, and if the larger is divided by the smaller, the quotient is c. Determine quantities. 
Let x = larger
Let y = smaller 
My attempt: 
x - y + a = b 
x / y = c 
How do I proceed ? 
**************************************************************************


Two of us answered the question fully.  Boreal gave full steps and some explanation, and he used pure text.  I gave full steps in the type-set code tags for easier reading of the steps.  


You did identify the variables, did create the system of equations according to problem's description, and what would come next is to solve for your identified unknown variables  (being x and y).  The numbers, a, b, and c, are not given and are still variables, but they would be treated as constants.  


HOW WOULD YOU PROCEED?
You made the right system:  {{{system(x-y+a=b,x/y=c)}}}
Now you want to solve the system for x and y.  More than one way.  Probably Substitution will be the best method.  Solve for one variable in terms of the other, and substitute into other an equation.  Use the result to find the other variable.


To ask again, tell what do you not understand for which you still need an explanation?



--
Let me begin to re-solve in a slightly different way.
Solve both equations first, for x.
-
{{{x-y+a=b}}}
{{{x=b-a+y}}}------x in terms of y
-
{{{x/y=c}}}
{{{x=yc}}}
{{{x=cy}}}--------x in terms of y
-
Call it substitution if you like, but equate the two expressions for x.
{{{b-a+y=cy}}}
{{{b-a=cy-y}}}
{{{cy-y=b-a}}}
{{{y(c-1)=b-a}}}
{{{highlight(y=(b-a)/(c-1))}}}-------Solution for y.



Now YOU do what you need to solve for x, for a formula which does not contain y.