document.write( "Question 711070: A student scores marks of 66 and 72 on two tests. What is the lowest mark she can obtain on a third test to have an average for the three tests greater than or equal to 75? \n" ); document.write( "
Algebra.Com's Answer #437276 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A student scores marks of 66 and 72 on two tests. What is the lowest mark she can obtain on a third test to have an average for the three tests greater than or equal to 75? \n" ); document.write( "** \n" ); document.write( "let x=lowest mark on the third test \n" ); document.write( "(66+72+x)/3≥75 \n" ); document.write( "132+x≥225 \n" ); document.write( "x≥225-132 \n" ); document.write( "x≥93 \n" ); document.write( " |