document.write( "Question 197070: A camera & case costs $310.00. The Camera costs $300 more than the case and the case costs the price of the set minus the cost of the camera. you want to buy the case only. how much change would you get back from $100 \n" ); document.write( "
Algebra.Com's Answer #542637 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! c=cost of camera \n" ); document.write( "x=cost of case \n" ); document.write( "c=300+x \n" ); document.write( "The cost of the camera represented by c is equal to 300 dollars plus the cost of the case which is represented as x. \n" ); document.write( "x=310-c \n" ); document.write( "The cost of the case represented as x equals the cost of the set minus the cost of the camera. The cost of the set is 310.\r \n" ); document.write( "\n" ); document.write( "x=310-(300+x) \n" ); document.write( "x=310-300-x \n" ); document.write( "x=10-x \n" ); document.write( "2x=10 \n" ); document.write( "x=5\r \n" ); document.write( "\n" ); document.write( "Because the cost of the case is five dollars you subtract five from one hundred and get 95 dollars back. \n" ); document.write( " |