
Michael Z. answered 11/15/19
Mathematics Tutor
With any word problem, start by reading the problem. Ignore any numbers for now. We just want a general understanding of what's going on and what's being asked of us.
Here, we are given the cost of erasers and notebooks. Then we're told someone spent some money buying some of each. We're then asked how many notebooks were bought.
Let's define variables now. Focus on the question at the end of the problem. Usually, that question sets up the number of variables and their definitions. In this case, the question asks us to find the number of notebooks bought. So, use the variable n for notebooks. n = number of notebooks bought
However, there is one other unknown. The number of erasers bought. We'll need to find this as well, So in the same fashion, e = number of erasers bought
n = number of notebooks bought
e = number of erasers bought
Now we reread the problem to create our equations. This time we focus on numbers.
First up is the cost of erasers and notebooks. Erasers are 45 cents, notebooks are 90 cents for a total purchase of 18 dollars
0.45e + 0.90n = 18 $0.45 for each eraser, $0.90 for each notebook, total of $18
Next up, we're told a total of 28 erasers and notebooks were bought
e + n = 28
We now have a system of equations:
0.45e + 0.90n = 18
e + n = 28
Choose your method to solving a system of equations. Substitution probably will be the easiest since at least one variable is by itself.
e + n = 28
e = 28 - n
Substitute this value of e into the first equation
0.45e + 0.90n = 18
0.45(28 - n) + 0.90n = 18
12.6 - 0.45n + 0.90n = 18
12.6 + 0.45n = 18
0.45n = 5.4
n = 12
We could stop here. Karla bought 12 notebooks.
However, let's continue to make sure we got the right answer.
e + n = 28
e + 12 = 28
e = 16
Karla bought 16 erasers. Is this correct though?
Check the answers by plugging e=16 and n=12 into each of our equations, if we get true statements for both equations, we're right.
0.45e + 0.90n = 18
0.45(16) + 0.90(12) = 18
7.2 + 10.8 = 18
18 = 18 TRUE
e + n = 28
16 + 12 = 28
28 = 28 TRUE
So, Karla did but 12 notebooks. She also bought 16 erasers.