Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (tootsi123):
Find two consecutive odd integers such that their product is 11 more than 2 times their sum.
Vocaloid (vocaloid):
hint:
let n = the first odd integer
let n + 2 = the second odd integer
any ideas where to go from here?
OpenStudy (tootsi123):
13??
Vocaloid (vocaloid):
not quite
OpenStudy (tootsi123):
hmm. Okay how would I do this.
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Vocaloid (vocaloid):
"product" means multiply so...
(n)(n+2)
"11 more" means + 11 so...
(n)(n+2) + 11
"2 times their sum" means 2(n + n + 2)
so put everything together
(n)(n+2) + 11 = 2(n + n + 2)
Vocaloid (vocaloid):
then solve for n
OpenStudy (tootsi123):
so should i start to simplify it?
Vocaloid (vocaloid):
yes
Vocaloid (vocaloid):
start with the left side
(n)(n+2) = ?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (tootsi123):
4n?
OpenStudy (tootsi123):
or n^2+2n
Vocaloid (vocaloid):
the second one
Vocaloid (vocaloid):
2(n + n + 2) = ?
OpenStudy (tootsi123):
4n+2
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Vocaloid (vocaloid):
almost
Vocaloid (vocaloid):
4n + 4
OpenStudy (tootsi123):
opps okay
OpenStudy (tootsi123):
n^2+2n+11=4n+4
Vocaloid (vocaloid):
so now we get:
n^2 + 2n + 11 = 4n + 4
keep simplifying
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (tootsi123):
n^2=2n+15
Vocaloid (vocaloid):
almost
Vocaloid (vocaloid):
n^2 = 2n - 7
OpenStudy (tootsi123):
okay
Vocaloid (vocaloid):
hold on a sec let me check my work
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Vocaloid (vocaloid):
(made a typo earlier)
n^2 + 2n = 4n + 4 + 11
which gives us
n^2 - 2n - 15
that factors to
(n-5)(n+3)
so one of our integers is either n = 5 or n = -3
to save some time, I tested it and it's n = -3, meaning that the consecutive integer is -1
so your answers are n = -3 and -1