David W. answered 11/05/15
Tutor
4.7
(90)
Experienced Prof
There are multiple "five-step approaches." If you are learning a different one, then change this to fit it.
1. Think; underline important information
A number is 12 less than its square. Find all such numbers.
You may read and re-read the problem until you understand it and can put it into your own words. How's this: Find all the numbers that are 12 less than the number squared.
You will have to multiply a number times itself (square) and subtract. You need one variable, so let's call the number x.
2. Figure it out.
Let's translate the word (story) problem into a math equation (with expressions having variables, constants, and operations):
"A number is 12 less than its square" means
x = -12 + x * x
(note: "is" means equals; "less than" means subtract; "square" means times itself)
3. Come up with a number scheme
Let's re-arrange the equation in a way that helps us find all the possible values for x. Since there is both an x and x*x, let's put them together on one side of the equal sign and see what we get.
4. Solve the problem
x = -12 + x*x (re-write)
x - x*x = -12 (subtract x*x from each side)
-x*x + x = -12 (re-arrange terms)
x*x - x = 12 (multiply by -1 to change the minus signs)
x*(x-1) = 12 (factor)
[aha! a number times one less than the number = 12; I can understand that much better !]
The answer must be x=4, because 4*(4-1) = 4*3 =12
And, if negative numbers are allowed, x = -3, because (-3)(-4) = 12.
That;s all such numbers.
5. Check and Discuss
The math wasn't too hard. 4*3=12 and (-3)*(-4)=12
The problem was much easier to understand and solve after I wrote it with factors (two terms multiplied).
If negative numbers are allowed, it is pretty easy to forget about them and just give one answer for x. Gotta watch that !