document.write( "Question 253559: There are 24 questions on a test. Each question is worth either 4 points or 5 points. The total is 100 points. \r
\n" );
document.write( "\n" );
document.write( "a. Write a system of equations to find the number of each type of question.
\n" );
document.write( "b. Solve the system by substitution.
\n" );
document.write( "How many questions of each type are on the test?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #185983 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x+y=24 or x=24-y \n" ); document.write( "4x+5y=100 \n" ); document.write( "Now replace x with (24-y) i the second equation & solve for y. \n" ); document.write( "4(24-y)+5y=100 \n" ); document.write( "96-4y+5y=100 \n" ); document.write( "y=100-96 \n" ); document.write( "y=4 questions worth 5 points each. \n" ); document.write( "24-4=20 questions worth 4 points each. \n" ); document.write( "Proof: \n" ); document.write( "4*20+5*4=100 \n" ); document.write( "80+20=100 \n" ); document.write( "100=100 \n" ); document.write( " |