document.write( "Question 935032: If I have 51 Questions in a test, how do I figure out how many I can miss so that I at least get an 80%? \n" ); document.write( "
Algebra.Com's Answer #568068 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = number of missed questions \n" ); document.write( "--- \n" ); document.write( "(51 - x)/51 * 100 <= 80 \n" ); document.write( "51 - x <= 80/100*51 \n" ); document.write( "-x <= 80/100*51 - 51 \n" ); document.write( "x <= 51 - 80/100*51 \n" ); document.write( "x <= 10.2 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "you can't miss more than 10 questions \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |