document.write( "Question 672516: how many questions can I get wrong on a 36 question test in order to achieve a score of 68% with a max score of 100? \n" ); document.write( "
Algebra.Com's Answer #418124 by nerdybill(7384) You can put this solution on YOUR website! how many questions can I get wrong on a 36 question test in order to achieve a score of 68% with a max score of 100? \n" ); document.write( "Let x = number of questions got wrong \n" ); document.write( "then \n" ); document.write( "(36-x)/36 = .68 \n" ); document.write( "multiplying both sides by 36: \n" ); document.write( "36-x = 24.48 \n" ); document.write( "36 = 24.48+x \n" ); document.write( "11.52 = x \n" ); document.write( "You can miss 11 questions \n" ); document.write( " |