SOLUTION: The product of 2 consecutive odd integers is 7 more than their sum. What are the integers?
I got:
n(n+2) = 7 + n(n+2)
nē+2n = 7 + nē+2n
nē-nē+2n
Question 616250: The product of 2 consecutive odd integers is 7 more than their sum. What are the integers?
I got:
n(n+2) = 7 + n(n+2)
nē+2n = 7 + nē+2n
nē-nē+2n-2n-7 = 0
BUT...this is not correct...please help and thank you! Answer by dragonwalker(73) (Show Source):
You can put this solution on YOUR website! You were almost there, but on the right side you accidentally retyped the formula for their product rather than their sum i.e. instead of 7+n(n+2) you should have typed 7+n+(n+2) or just 7+n+n+2
So:
n(n+2)=n+n+2+7
Solve for n and put all numbers containing n to the left (remember to change the sign if moved):
n=3
so if n=3 this is the first integer and the second is 5.