Question 1
The solution to the above question is repeated with a more detailed explanation below.
The sum of a number and six more than the number is twelve. What is the number?
Pick any number and apply it to the sentence, this will give us an idea of what the question will look like.
Let us pick 1 as an easy number.
The sum of a number and six more than the number is twelve.
That number is 1, so, the sum of 1 and 6 more than 1 is 12.
We have the sum (addition) of 1, and we have 6 more than one, which we will write like
1 + (6 + 1) is 12
1 + 6 + 1 = 12
8 = 12,
So, the number is not 1, but the point in this question was not to be right, but to get a feel of what the algebra will look like.
Start with a “let” statement, then write the sum of a number and six more than the number is twelve algebraically.
All we have to do for our let statement is say,
Let n be the unknown number
Now we create our equation.
The sum of a number and six more than the number is twelve.
Becomes the sum of n and six more than n is twelve.
In these questions, pay attention to anytime you see “and”, it can help to write brackets around the two values the “and” is combining, so,
The sum of (n) and (six more than n)
Note, this does not mean n and 6, but (n) and (n + 6)
So, the equation will look like, the sum of n and n + 6 which is n + (n + 6) is 12, or,
n + (n + 6) = 12
n + n + 6 = 12
2n + 6 = 12
2n + 6 - 6 = 12 - 6
2n = 6
(2n) ÷ 2 = (6) ÷ 2
n = 3
Question 2
The solution to the above question is repeated with a more detailed explanation below.
The difference between three times a number and a number that is four more than it is six. Write an equation to represent this using a “let” statement and then solve that equation for the unknown number.
First, start with our “let” statement,
Let n = the unknown number.
Writing in these simple symbols we are familiar with helps us to start seeing the sentence as an algebraic equation.
Anytime you see “and”, it can help to write brackets around the two values the “and” is combining, so,
The difference between (3 times n) and (n that is 4 more than it) is 6
Think about “The difference between” as subtraction, [Say for example you wanted to know “the difference between” a car that was worth $10,000 and a car that was worth $5,000 - you would take the $10,000 and subtract the $5,000]
(3 times n) - (n that is 4 more than it) is 6,
Put in our operative symbols we can see,
Note how having brackets around the ... - (n + 4) ... makes a difference compared to ... - n + 4 ...
3n - (n) - (4) = 6,
2n - 4 = 6
2n -4 + 4 = 6 + 4
2n = 10
(2n) ÷ 2 = (10) ÷ 2
n = 5
Question 3
The solution to the above question is repeated with a more detailed explanation below.
Laura had 16 dollars less than Steve. Steve then spent half of his money and Laura spent none. Laura now has 4 dollars more than Steve. How much money did they have at the beginning?
When figuring out how to write these questions mathematically, pay attention to the way things are defined. Laura’s money is defined by Steve’s as she has “16 dollars less than Steve”. This hints to us to write our let statement like; Let Laura’s money = Steve’s money - 16. We are not told anything yet specifically about Steve’s money, so we will simply write it as Steve’s money = S
Start with our let statements,
Let the amount of money Steve has at the beginning be:
S
Let the money Laura has be:
S - 16
Now we have our first part, we move onto the part of the question that gives us enough information to solve the problem.
When Steve spends half his money (or times by ½), the amount of money Laura will have is 4 dollars more than Steve.
So, after Steve has spent money we have:
The amount of money Steve has is:
(½)S
The amount of money Laura has is:
S - 16 (remember, she didn't spend any so still has the same)
We also know, that after Steve spends half his money, Laura has 4 dollars more than that.
So, we can also write, the amount of money Laura has as:
Hint; when solving these types of questions, we want to be looking for two different ways of defining the same thing, so we can equate them and solve. In this example, we have two different ways of saying how much money Laura has, (½) + 4 and S - 16
So,
(½)S + 4 = S - 16,
Additive Property,
((½)S + 4) + 16= (S - 16) + 16
(½)S + 20 = S
Additive Property again,
(½)S + 20 - (½)S = S - (½)S
[S - (½)S = (½)S (i.e. 1 - ½ = ½)]
20 = (½)S
Multiplicative Property, divide both sides by (½) or the same as multiply both sides by 2,
(20)2 = ((½)S)2
40 = S,
Now we look back at our original statements, as just saying S = 40 does not answer the question.
[Let Steve’s money be S,
Laura's money be S - 16,]
So, the original amounts of money,
Steve had 40 dollars,
Laura had 40 - 16 dollars, so, 24 dollars