document.write( "Question 25742: A student's average on the first three tests of the semester was 75. If the final exam counts as much as two test grades, what must the student make on the final to have an average of 80 or better in the class.\r
\n" ); document.write( "\n" ); document.write( "I know how to do average and everything and I tried taking the formula and plugging in what I had but I dont know what to do or even if what ive done was right. Any help with this would be greatly appreciated.
\n" ); document.write( "

Algebra.Com's Answer #13862 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
test1 = T1
\n" ); document.write( "test2 = T2
\n" ); document.write( "test3 = T3
\n" ); document.write( "final = F\r
\n" ); document.write( "\n" ); document.write( "(T1 + T2 + T3)/3 = 75
\n" ); document.write( "that's what the problem says
\n" ); document.write( "solve for (T1 + T2 + T3)
\n" ); document.write( "(T1 + T2 + T3) = 3 x 75 = 225
\n" ); document.write( "also,
\n" ); document.write( "((T1 + T2 + T3) + F) / 5 = 80
\n" ); document.write( "I used 5 because the final coubts as two tests
\n" ); document.write( "(225 + F) / 5 = 80
\n" ); document.write( "225 + F = 400
\n" ); document.write( "F = 175
\n" ); document.write( "this is what the student must score on the final to average 80.
\n" ); document.write( "
\n" );