document.write( "Question 323891: Ray and Amir each bought a used car for the same price. Each needed repairs. The repairs on Ray's car cost an additional $800 and on Amir's, $200. Amir noted, \"Ray, my total cost was really only 5/6 of your total cost.\" How much did each pay for his used car? \n" ); document.write( "
Algebra.Com's Answer #231811 by mananth(16949) You can put this solution on YOUR website! let the price of their cars be $X\r \n" ); document.write( "\n" ); document.write( "Ray cost = x+800 \n" ); document.write( "Amir's cost = x+200\r \n" ); document.write( "\n" ); document.write( "x+200= 5/6 ( x+800) \n" ); document.write( "6(x+200)= 5(x+800) \n" ); document.write( "6x+1200 = 5x+4000 \n" ); document.write( "x= 4000-1200 \n" ); document.write( "x= $2800 price of car \n" ); document.write( " |