document.write( "Question 632799: The sum of a student's three scores is 212. If the first is 20 points more than the second, and the sum of the first two is 32 more than twice the third, what was the first score? \n" ); document.write( "
Algebra.Com's Answer #398529 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Three scores, a, b, c
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( ":
\n" ); document.write( "The sum of a student's three scores is 212.
\n" ); document.write( "a + b + c = 212
\n" ); document.write( ":
\n" ); document.write( " If the first is 20 points more than the second,
\n" ); document.write( "a = b+20
\n" ); document.write( "a - b = 20
\n" ); document.write( ":
\n" ); document.write( "and the sum of the first two is 32 more than twice the third,
\n" ); document.write( "a + b = 2c + 32
\n" ); document.write( "a + b - 2c = 32
\n" ); document.write( "Subtract from the 1st equation
\n" ); document.write( "a + b + c = 212
\n" ); document.write( "a + b -2c = 32
\n" ); document.write( "----------------subtraction eliminates a and b
\n" ); document.write( "3c = 180
\n" ); document.write( "c = 180/3
\n" ); document.write( "c = 60 the 3rd score
\n" ); document.write( ":
\n" ); document.write( "Find a
\n" ); document.write( "a + b + 60 = 212
\n" ); document.write( "subtract 60 from both sides
\n" ); document.write( "a + b = 152
\n" ); document.write( "Add a - b = 20 to the above equation
\n" ); document.write( "a + b = 152
\n" ); document.write( "a - b = 20
\n" ); document.write( "-------------addition eliminates b, find a
\n" ); document.write( "2a = 172
\n" ); document.write( "a = 172/2
\n" ); document.write( "a = 86 is the 1st score
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "To confirm this find b
\n" ); document.write( "86 - b = 20
\n" ); document.write( "b = 66
\n" ); document.write( ":
\n" ); document.write( "Total of all three scores
\n" ); document.write( "86 + 66 + 60 = 212\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );