document.write( "Question 53351This question is from textbook Elementary and Intermediate Algebra
\n" );
document.write( ": This is a good one. I'm really stuck however and need some help.\r
\n" );
document.write( "\n" );
document.write( "Last week on an algebra test, the highest grade was 9 points less than three times the lowest grade. The sum of the two grades was 135. Find the lowest and highest grades on the test. \n" );
document.write( "
Algebra.Com's Answer #35616 by 88chaos88(6)![]() ![]() ![]() You can put this solution on YOUR website! Let the lowest grade be x. \n" ); document.write( "Let the highest grade by y. \n" ); document.write( " x + y = 135 (equation 1) [This means that the sum of the highest and lowest grade is 135] \n" ); document.write( "y = 3x - 9 (equation 2) [This means that the highest grade is 9 points lesser than 3 times the lowest grade] \n" ); document.write( " We will now substitute equation 2 into equation 1. \n" ); document.write( "x + (3x - 9) = 135 [The y in equation 1 is now (3x - 9) from equation 2] \n" ); document.write( "4x - 9 = 135 \n" ); document.write( "4x = 144 \n" ); document.write( "x = 36 \n" ); document.write( "We now know that the lowest grade is 36. \n" ); document.write( " y = 135 - 36 \n" ); document.write( "y = 99 \n" ); document.write( "The highest grade is 99. \n" ); document.write( " |