document.write( "Question 62036: (1) A history instructor is undecided on the amount of weight to give each type of question on his test, but knows that because of time restrictions, he can only ask a certain number of each type. If multiple-choice questions are worth 7 points each and the true-false questions worth 2 points each, the test will be worth a total of 185 points. If the multiple-choice and true-false questions are worth 4 points each, the test will be worth a total of 200 points. Find the number of multiple-choice questions and the number of true-false questions that he will have on the test.\r
\n" );
document.write( "\n" );
document.write( "(2) My friend and I went out to lunch last week, but we did not pay attention to the cost of each item we ordered until we compared receipts. I had one soft drink and one taco. My bill showed a tax of 15 cents and a total of $2.25. My friend had two soft drinks and three tacos. His bill showed a tax of 36 cents and a ottal of $5.51. How much was each item (before tax)?\r
\n" );
document.write( "\n" );
document.write( "(3) Given below are two equivalent systems of equations. Find the value of A and B.
\n" );
document.write( "x + 2y = 2
\n" );
document.write( "5x - 3y = -29
\n" );
document.write( "and
\n" );
document.write( "Ax + 5y = -9
\n" );
document.write( "x + By = 8 \n" );
document.write( "
Algebra.Com's Answer #42925 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A history instructor is undecided on the amount of weight to give each type of question on his test, but knows that because of time restrictions, he can only ask a certain number of each type. If multiple-choice questions are worth 7 points each and the true-false questions worth 2 points each, the test will be worth a total of 185 points. If the multiple-choice and true-false questions are worth 4 points each, the test will be worth a total of 200 points. Find the number of multiple-choice questions and the number of true-false questions that he will have on the test \n" ); document.write( ": \n" ); document.write( "Let x = no. of mult choice; y = no. of true/false \n" ); document.write( "1st case: \n" ); document.write( "7x + 2y = 185 \n" ); document.write( "2nd case: \n" ); document.write( "4x + 4y = 200 \n" ); document.write( ": \n" ); document.write( "Mult the 2nd equation by .5 and subtract it from the 1st equation \n" ); document.write( "7x + 2y = 185 \n" ); document.write( "2x + 2y = 100 \n" ); document.write( "-------------- \n" ); document.write( "5x + 0y = 85 \n" ); document.write( "x = 85/5 \n" ); document.write( "x = 17 mult ch questions \n" ); document.write( ": \n" ); document.write( "Find the true/false using the 1st equation \n" ); document.write( "7(17) + 2y = 185 \n" ); document.write( "119 + 2y = 185 \n" ); document.write( "2y = 185 - 119 \n" ); document.write( "2y = 66 \n" ); document.write( "y = 33 true/false questions \n" ); document.write( ": \n" ); document.write( "Check solutions in the 2nd equation: \n" ); document.write( "4(17) + 4(33) = 200 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "(2) My friend and I went out to lunch last week, but we did not pay attention to the cost of each item we ordered until we compared receipts. I had one soft drink and one taco. My bill showed a tax of 15 cents and a total of $2.25. My friend had two soft drinks and three tacos. His bill showed a tax of 36 cents and a total of $5.51. How much was each item (before tax)? \n" ); document.write( ": \n" ); document.write( "Subtract the taxes from both totals and we have 2.10 and 5.15 \n" ); document.write( "Let x = drinks; y = tacos \n" ); document.write( ": \n" ); document.write( "1x + 1y = 2.10 \n" ); document.write( "and \n" ); document.write( "2x + 3y = 5.15 \n" ); document.write( ": \n" ); document.write( "Mult 1st equation by 2 and subtract, solve for y \n" ); document.write( "2x + 3y = 5.15 \n" ); document.write( "2x + 2y = 4.20 \n" ); document.write( "-----------------subtract \n" ); document.write( "0x + y = .95 is the cost of a taco \n" ); document.write( ": \n" ); document.write( "I'll let you fiqure out the drink cost from the 1st equation \n" ); document.write( "Check your solutions in the 2nd equation. \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "(3) Given below are two equivalent systems of equations. Find the value of A and B. \n" ); document.write( "x + 2y = 2 \n" ); document.write( "5x - 3y = -29 \n" ); document.write( ": \n" ); document.write( "Solve the above sytem for x & y, \n" ); document.write( "Use elimination, mult the 1st eq by 3 and the 2nd equation by 2: \n" ); document.write( " 3x + 6y = 6 \n" ); document.write( "10x - 6y = -58 \n" ); document.write( "------------------add \n" ); document.write( "13x + 0y = -52 \n" ); document.write( "x = -52/13 \n" ); document.write( "x = -4 \n" ); document.write( ": \n" ); document.write( "Find y using x + y = 2 \n" ); document.write( "-4 + 2y = 2 \n" ); document.write( "2y = 2 + 4 \n" ); document.write( "y = 6/2 \n" ); document.write( "y = + 3 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Substitute -4 for x and +3 for y in the following to find a & b \n" ); document.write( "A(-4) + 5(3) = -9 \n" ); document.write( "-4A = 15 = -9 \n" ); document.write( "-4A = -9 - 15 \n" ); document.write( "-4a = -24 \n" ); document.write( "a = -24/-4 \n" ); document.write( "a = + 6 \n" ); document.write( ": \n" ); document.write( "Find B: \n" ); document.write( "-4 + B(3) = 8 \n" ); document.write( "3B = 8 + 4 \n" ); document.write( "B = 12/3 \n" ); document.write( "B + +4 \n" ); document.write( ": \n" ); document.write( "Did all this make sense to you?? \n" ); document.write( " \n" ); document.write( " |