document.write( "Question 404435: A student scored five points more on the second quiz than he did on the first quiz. He scored eleven points lower on the third quiz than on the first one. If the average of all three is 70. What was the score on the first quiz? \n" ); document.write( "
Algebra.Com's Answer #285904 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A student scored five points more on the second quiz than he did on the first quiz. \n" ); document.write( " He scored eleven points lower on the third quiz than on the first one. \n" ); document.write( " If the average of all three is 70. \n" ); document.write( " What was the score on the first quiz? \n" ); document.write( ": \n" ); document.write( "let x = 1st quiz score \n" ); document.write( "let y = 2nd quiz \n" ); document.write( "let z = 3rd quiz \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( "; \n" ); document.write( "\"A student scored five points more on the second quiz than he did on the first quiz.\" \n" ); document.write( "y = (x+5) \n" ); document.write( ": \n" ); document.write( "\" He scored eleven points lower on the third quiz than on the first one.\" \n" ); document.write( "z = (x-11) \n" ); document.write( ": \n" ); document.write( "\" If the average of all three is 70. \" \n" ); document.write( " \n" ); document.write( "Multiply both sides by 2 \n" ); document.write( "x + y + z = 3(70) \n" ); document.write( "x + y + z = 210 \n" ); document.write( "Replace y with (x+5) and z with (x-11) \n" ); document.write( "x + (x+5) + (x-11) = 210 \n" ); document.write( "3x - 6 = 210 \n" ); document.write( "3x = 210 + 6 \n" ); document.write( "x = \n" ); document.write( "x = 72 is the score on the 1st quiz \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this \n" ); document.write( "(72 + 77 + 61) /3 = 70\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |