document.write( "Question 289643: s - a(subscript 1)*r = a(subscript 2)*r + a(subscript 3)*r ...(Solve for r).
\n" );
document.write( "I worked this problem and got r = s/a(subscript 2)*a(subscript 3)*a(subscript 1)*3. This problem is really confusing and the answer is too. \n" );
document.write( "
Algebra.Com's Answer #209729 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I am going to change those subscripts to x,y, and z. \n" ); document.write( "x=a(sub1) \n" ); document.write( "y=a(sub2) \n" ); document.write( "z=a(sub3) \n" ); document.write( "s-x*r=y*r+z*r \n" ); document.write( "let's get all the r's on one side \n" ); document.write( "s=x*r+y*r+z*r \n" ); document.write( "s=r*(x+y+z) \n" ); document.write( "s/(x+y+z)=r \n" ); document.write( "which is what you have. \n" ); document.write( " |