document.write( "Question 701291: A math test is worth 100 points and has 30 problems. Each problem is worth either 3 points or 4 points. How many 4-point problems are there? \n" ); document.write( "
Algebra.Com's Answer #432351 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x+y = 30 ---> y = 30-x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x+4y = 100\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x+4(30-x) = 100\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x+120-4x = 100\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x, then use this to find y
\n" ); document.write( "
\n" );