document.write( "Question 1046103: Tom sold a camera for $85.00. This was $30 more than half the amount he paid for it. What price did he pay for the camera? \n" ); document.write( "
Algebra.Com's Answer #661590 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! What he paid for it was x. \n" ); document.write( "85.00=(1/2)x+30 \n" ); document.write( "(1/2)x=55 \n" ); document.write( "x=$110. \n" ); document.write( "To check. It is $30 more than half the amount he paid for it. \n" ); document.write( "He paid $110 for it. \n" ); document.write( "Half that amount is $55. \n" ); document.write( "Thirty dollars more than half is $55+$30=$85. \n" ); document.write( " |