document.write( "Question 673146: Nancy received grades of 72, 83, and 91 on three math exams. What grade must she receive on the fourth exam so that she has at least an 80 average? \n" ); document.write( "
Algebra.Com's Answer #418512 by rm29924(97)\"\" \"About 
You can put this solution on YOUR website!
let x = the grade Nancy must make on the fourth exam to have an average of at least 80\r
\n" ); document.write( "\n" ); document.write( "to get an average you must add the exam grades and divide them by the amount of grades\r
\n" ); document.write( "\n" ); document.write( "72+83+91+x/4>=80
\n" ); document.write( "246+x/4>=80
\n" ); document.write( "multiply both sides by 4 to get rid of it
\n" ); document.write( "246+x>=320
\n" ); document.write( "subtract 246 from both sides
\n" ); document.write( "x>=74\r
\n" ); document.write( "\n" ); document.write( "she must receive at least a 74 on her fourth exam
\n" ); document.write( "
\n" );