asked 209k views
2 votes
Find two consecutive odd integers whose product is 323

1 Answer

4 votes
use a let statement
first
let x and x + 2 be the number so you write it like this
let x = the first consecutive integer
let x + 2 = the second consecutive integer

second
x(x+2)=323
x^2 + 2x = 323
-323 -323
x^2 + 2x -323 = 0

third
try to factor -323 so it is 19 and -17
(x + 19) (x - 17) = 0
x = 19
x = -17

hope this help

answered
User Luther Baker
by
8.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.