document.write( "Question 812487: A student has a total of 226 on three tests. The sum of the scores on the first and second test exceeds the score on the third test by 62. The first score exceeds the second by 6. Find the 3 scores. \n" ); document.write( "
Algebra.Com's Answer #489186 by richwmiller(17219) You can put this solution on YOUR website! x+y+z=226, \n" ); document.write( "x+y=z+62, \n" ); document.write( "x=y+6 \n" ); document.write( "x = 75, y = 69, z = 82 \n" ); document.write( " |