document.write( "Question 1012279: There are 20 true/false questions and 20 multiple choice questions on a test.\r
\n" ); document.write( "\n" ); document.write( "A correct answer to a true false question earns 10 points.
\n" ); document.write( "A correct answer to a multiple choice question earns 12 points.\r
\n" ); document.write( "\n" ); document.write( "The test makers determined that it takes, on average, 3 minutes to answer a true/false question and 4 minutes to answer a multiple choice question. Students have 1 hour to answer to answer at most 18 questions of their choice. How many of each kind of question should a student answer correctly to get the greatest possible score?
\n" ); document.write( "

Algebra.Com's Answer #628249 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"x\"= number of true/false questions answered
\n" ); document.write( "\"y\"= number of multiple choice questions answered
\n" ); document.write( "Since \"A correct answer to a true false question earns 10 points\" and
\n" ); document.write( "\"A correct answer to a multiple choice question earns 12 points\",
\n" ); document.write( "\"score=10x%2B12y\" , which is a linear function on two variables.
\n" ); document.write( "We have some constraints that limit the domain of that function.
\n" ); document.write( "\"x%3E=0\" and \"y%3E=0\" are implicit constraints.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"Students have ... to answer to answer at most 18 questions of their choice\",
\n" ); document.write( "\"x%2By%3C=18\" ,
\n" ); document.write( "is an explicit constraint that sounds strange to a rat-race accustomed American,
\n" ); document.write( "who would expect that instead students would be required to rush to answer as many questions as possible,
\n" ); document.write( "and maybe to answer a minimum number of questions, as in \"x%2By%3E=18\" .
\n" ); document.write( "Maybe the students are only given credit for \"18\" questions in order to encourage them to take time and work carefully, instead of rushing to answer as many questions as possible.
\n" ); document.write( "The expected pace, \"it takes, on average, 3 minutes to answer a true/false question and 4 minutes to answer a multiple choice question\", means that
\n" ); document.write( "\"3x%2B4y\"= time (in minutes) needed to answer \"x\" true/false questions and \"y\" multiple choice questions.
\n" ); document.write( "That leads to another explicit constraint of the problem, because the student can use at most \"60\" minutes (1 hour).
\n" ); document.write( "That constraint can be written as
\n" ); document.write( "\"3x%2B4y%3C=60\" .
\n" ); document.write( "The line \"3x%2B4y=60\" obviously passes through \"system%28x=0%2Cy=18%29\" and \"system%28y=0%2Cx=20%29\" , so we graph it as , and since \"system%28x=0%2Cy=0%29\" is a solution to \"3x%2B4y%3C=60\" ,
\n" ); document.write( "the graph for \"3x%2B4y%3C=60\" , , includes the origin, the point (0,0) .
\n" ); document.write( "Working in the same manner, we find that the constraint \"x%2By%3C=18\" can be graphed as ,
\n" ); document.write( "while \"x%2By%3E=18\" would be graphed as .
\n" ); document.write( "
\n" ); document.write( "With the constraints \"system%28x%3E=0%2Cy%3E=0%2C3x%2B4y%3C=60%2Cx%2By%3C=18%29\" , we have four inequalities that determine a feasibility space that is a convex polygon. It is
\n" ); document.write( " , with vertices at (0,0) , (0,15) , (12,6) , and (18,0) .
\n" ); document.write( "
\n" ); document.write( "An extreme value (maximum or minimum) of linear function, such as \"score=10x%2B12y\" , defined on a domain that is a \"score=10x%2B12y\" ,
\n" ); document.write( "occurs at a vertex of the domain, or all along an edge between two vertices,
\n" ); document.write( "so we only need to check the scores for the vertices.
\n" ); document.write( "At (0,0) , obviously \"score=0\" .
\n" ); document.write( "At (0,15) , \"system%28x=0%2Cy=15%29\" , and \"score=10%2A0%2B12%2A15=180\" .
\n" ); document.write( "At (18,0) , \"system%28x=18%2Cy=0%29\" , and \"score=10%2A18%2B12%2A0=180\" .
\n" ); document.write( "At (12,6) , \"highlight%28system%28x=12%2Cy=6%29%29\" , \"score=10%2A12%2B12%2A6=120%2B72=192\" , and the student gets the greatest possible score.
\n" ); document.write( "
\n" );