document.write( "Question 888543: A student scores 75% and 70% on two midterm tests where the first is worth 20% and the second is worth 25% of the final grade. The final exam is worth 55% of the final grade. What does the student need to score on the final exam to earn a final grade of at least 80% \n" ); document.write( "
Algebra.Com's Answer #537446 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A student scores 75% and 70% on two midterm tests where the first is worth 20% and the second is worth 25% of the final grade. The final exam is worth 55% of the final grade. What does the student need to score on the final exam to earn a final grade of at least 80% \n" ); document.write( "*** \n" ); document.write( "let x=final exam grade required to earn a final grade of at least 80% \n" ); document.write( "20%*75+25%*70+55%x=80 \n" ); document.write( "15+17.5+.55x=80 \n" ); document.write( ".55x=47.5 \n" ); document.write( "x=86.36 \n" ); document.write( "final exam grade required to earn a final grade of at least 80%=86.36% \n" ); document.write( " |