document.write( "Question 450050: Jim is able to sell a hand-carved statue for $670 which was a 35% profit over his cost. How much did the statue originally cost him?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #309623 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Jim is able to sell a hand-carved statue for $670 which was a 35% profit over his cost. How much did the statue originally cost him? \n" ); document.write( ". \n" ); document.write( "Let x = original cost \n" ); document.write( "then \n" ); document.write( "x + .35x = 670 \n" ); document.write( "x(1 + .35) = 670 \n" ); document.write( "x(1.35) = 670 \n" ); document.write( "x = 670/1.35 \n" ); document.write( "x = $426.30 \n" ); document.write( " \n" ); document.write( " |