document.write( "Question 187302: Please help me solve this linear equation problem !!!\r
\n" );
document.write( "\n" );
document.write( "A teacher gives out a test 0f 30 problems. Each computation problem is worth 3 points.Each word problem is worth 5 points. The total of points you can receive on the test is 110 points. How many computation problem are there? \n" );
document.write( "
Algebra.Com's Answer #140397 by dukesmart(20)![]() ![]() ![]() You can put this solution on YOUR website! Put x= number of tests of computation problems\r \n" ); document.write( "\n" ); document.write( "Put y= number of tests of word problems\r \n" ); document.write( "\n" ); document.write( "we create the 2 equations as follows: \n" ); document.write( " \n" ); document.write( "x + y = 30..........(1) \n" ); document.write( "3x + 5y = 110.......(2)\r \n" ); document.write( "\n" ); document.write( "multiply (1) to 3 then (1) will become 3x + 3y = 90 .....(3)\r \n" ); document.write( "\n" ); document.write( "take (2) subtract (3) we have: \n" ); document.write( " 3x-3x+5y-3y=110-90 \n" ); document.write( " 2y = 20 \n" ); document.write( " y =10 \n" ); document.write( "then x=30-10 \n" ); document.write( " x=20 \n" ); document.write( "answers: we have 20 computation problems . \n" ); document.write( " \n" ); document.write( " |