document.write( "Question 100427This question is from textbook
\n" );
document.write( ": Juanita's spelling average was between 80 and 90. if she scored eight points more on the second test than on the first test and 5 points less on the third test than on the first test. what scores are possible for the first test \n" );
document.write( "
Algebra.Com's Answer #73158 by joyofmath(189) ![]() You can put this solution on YOUR website! Let t1, t2, and t3 be the scores on tests 1, 2, and 3.\r \n" ); document.write( "\n" ); document.write( "If Juanita's average was between 80 and 90 then her TOTAL for the three tests was between 240 and 270.\r \n" ); document.write( "\n" ); document.write( "So, 240 <= t1+t2+t3 <= 270\r \n" ); document.write( "\n" ); document.write( "J scored 8 points higher on the 2nd test than the 1st, so t2=t1+8 \n" ); document.write( "J scored 5 points less on the 3rd test than the 1st, so t3=t1-5\r \n" ); document.write( "\n" ); document.write( "So, 240 <= t1+(t1+8)+(t1-5) <= 270 \n" ); document.write( "Or, 240 <= 3*t1+8-5 <= 270 \n" ); document.write( "Or, 240 <= 3*t1+3 <= 270 \n" ); document.write( "Or, 240 <= 3*(t1+1) <= 270 \n" ); document.write( "Or, 80 <= t1+1 <= 90 \n" ); document.write( "Or, 79 <= t1 <= 89\r \n" ); document.write( "\n" ); document.write( "So, J scored between 79 and 89 on the 1st test. \n" ); document.write( " |