document.write( "Question 1096453: In a spelling test gabby missed 8 word. he obtained a score of 68%. how many words were on the test? \n" ); document.write( "
Algebra.Com's Answer #710885 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
In a spelling test gabby missed 8 word. he obtained a score of 68%.
\n" ); document.write( " how many words were on the test?
\n" ); document.write( ":
\n" ); document.write( "let n = number of words on the test
\n" ); document.write( ":
\n" ); document.write( "\"%28%28n-8%29%29%2Fn\" * 100 = 68
\n" ); document.write( "100(n-8) = 68n
\n" ); document.write( "100n - 800 = 68n
\n" ); document.write( "100n - 68n = 800
\n" ); document.write( "32n = 800
\n" ); document.write( "n = 800/32
\n" ); document.write( "n = 25 questions on the test
\n" ); document.write( "
\n" );