document.write( "Question 33716: Could someone help me with this word problem please ?
\n" );
document.write( "Solve by any method and show equations and major steps. A student has a total of 225 points on three tests. The sum of the scores on the first and second tests exceeds the score on the third test by 61. The first score exceeds the second by 6. Find the three scores \n" );
document.write( "
Algebra.Com's Answer #20126 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the first score. \n" ); document.write( "The score on the second test is (x-6) \n" ); document.write( "The score on the third test = x+(x-6)-61 \n" ); document.write( "Total score = 225 \n" ); document.write( "x+(x-6)+[x+(x-6)-61] = 225 \n" ); document.write( "=> 2x+2x-12-61 = 225 \n" ); document.write( "=> 4x = 298 \n" ); document.write( "=> x = 74.5 \n" ); document.write( "Scores on the test are as below: \n" ); document.write( "First = 74.5, Second = 68.5, Third = 82 \n" ); document.write( " |