document.write( "Question 1007322: Ms. snow decide to get a test worth 90 points and contains 25 questions. multiple-choice questions are worth 3 points and word problems are worth 4 points. How many of each type of question are there? \n" ); document.write( "
Algebra.Com's Answer #623263 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let the number of multiple choices be x\r\n" );
document.write( "Let the number of word problems be y\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                                 Value        Value\r\n" );
document.write( "Type               Number          of          of\r\n" );
document.write( " of                  of           EACH         ALL\r\n" );
document.write( "question         questionss     question    questions\r\n" );
document.write( "-------------------------------------------------------\r\n" );
document.write( "multiple choices     x             3            3x\r\n" );
document.write( "word problems        y             4            4y\r\n" );
document.write( "-------------------------------------------------------\r\n" );
document.write( "TOTALS              25          -----           90\r\n" );
document.write( "\r\n" );
document.write( " The first equation comes from the second column.\r\n" );
document.write( "\r\n" );
document.write( "  \"%28matrix%283%2C1%2CNumber%2Cof%2Cmultiple-choices%29%29\"\"%22%22%2B%22%22\"\"%28matrix%283%2C1%2CNumber%2Cof%2Cword-problems%29%29\"\"%22%22=%22%22\"\"%28matrix%284%2C1%2Ctotal%2Cnumber%2Cof%2Cquestions%29%29\"\r\n" );
document.write( "                 x + y = 25\r\n" );
document.write( "\r\n" );
document.write( " The second equation comes from the last column.\r\n" );
document.write( "  \"%28matrix%284%2C1%2CValue%2Cof%2CALL%2Cmultiple+choices%29%29\"\"%22%22%2B%22%22\"\"%28matrix%284%2C1%2CValue%2Cof%2CALL%2Cword+problems%29%29\"\"%22%22=%22%22\"\"%28matrix%285%2C1%2CTotal%2Cvalue%2Cof%2CALL%2Cquestions%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "               3x + 4y = 90\r\n" );
document.write( "\r\n" );
document.write( " So we have the system of equations:\r\n" );
document.write( "           \"system%28x+%2B+y+=+25%2C3x+%2B+4y+=+90%29\".\r\n" );
document.write( "\r\n" );
document.write( "We solve by substitution.  Solve the first equation for y:\r\n" );
document.write( "\r\n" );
document.write( "           x + y = 25\r\n" );
document.write( "               y = 25 - x\r\n" );
document.write( "\r\n" );
document.write( "Substitute (25 - x) for y in 3x + 4y = 90\r\n" );
document.write( "\r\n" );
document.write( "     3x + 4(25 - x) = 90\r\n" );
document.write( "      3x + 100 - 4x = 90\r\n" );
document.write( "          -1x + 100 = 90\r\n" );
document.write( "                -1x = -10\r\n" );
document.write( "                  x = 10 = the number of multiple choices.\r\n" );
document.write( "\r\n" );
document.write( "Substitute in y = 25 - x\r\n" );
document.write( "              y = 25 - (10)\r\n" );
document.write( "              y = 15 = the number of word problems.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Checking:  10 multiple choices is 30 and 15 word problems is 60\r\n" );
document.write( "            That's 25 questions.\r\n" );
document.write( "            And indeed 30 + 60 = 90\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );