Max M. answered 05/22/20
Improve your skills and scores with a Harvard grad.
Ok, so basically this is a problem about turning words into math.
I'm going to assume you know what an integer is, so the first tricky part is "consecutive odd integers." Well, whenever you see a word problem with "consecutive integers," you should think:
x, x+1
Right? If the numbers are 2 and 3, that works, or if they're 1047 and 1048, it still works. So what about consecutive ODD integers? If you're not sure, pick a few numbers at random, and see if you can figure out the pattern. For instance, if the younger sister is 7, the next odd number is 9. If the younger sister is 23, the next odd number is 25.
So if the younger sister is n, what can you write for the older sister's age?
Then the rest of it:
"Product" means multiply
"Is" means equals
"X less than Y" means Y - X
"Times" also means multiply
"Sum" means add
If you want to take a swing now, stop here, otherwise I'll go a little further below:
************************************************************************************************
the product of their ages is just one less than eight times the sum of their ages.
By now you should have that their ages are n and n+2
So we start turning those words above into math.
"the product of their ages" -- n(n+2)
"is" -- =
"one less than" -- we're going to write " -1" at the end of what follows
"eight times" -- 8 x
"the sum of their ages" -- n + (n+2)
try to write it out. If you're stuck, try below here
*************************************************************************************************
you should have:
n(n+2) = 8(n + (n+2)) - 1
From there, expand, combine like terms, and solve for n!
And let me know if you need more help. You can do it!