David W. answered 11/08/15
Tutor
4.7
(90)
Experienced Prof
First, just read and re-read the problem to understand what is being asked, not how to solve it. This problem asks you to find out how many 2-point and how many 4-point questions there are on this test. It helps to put the problem into your own words.
Next, assign variables. If possible, assign variable(s) to the value the problem asks you to find (so you won't forget to solve for it at the end). In this problem, let:
x = number of 2-point questions
y = number of 4-point questions
Then, translate:
"50 questions" means x + y = 50 [eq1]
"110 point test ... some 2 points and some 4 points" means 2x + 4y = 110 [eq2]
[note: (points per question)*(number of questions) = points, because questions cancel out, leaving points]
Now, the math is easy (let's use elimination method):
2x + 4y = 110 [use eq2]
2x + 2y = 100 [2*eq1 to make coefficients of x equal]
--------------------- [elimination: subtract equations]
2y = 10
y = 5 [divide both sides by 2]
Use this value of y in either of the first two equations (which one is easier?)
x + 5 = 50
x = 45 [subtract 5 from both sides]
Checking (very important):
Is 45 + 5 = 50 ?
50 = 50 ? yes
Is 2(45) + 4(5) = 110 ?
90 + 20 = 110 ?
110 = 110 ? yes