
Translate this problem to an equation and solve. The product of 2 positive consecutive even integers is 48. What is the smaller number?
Answers
Only authorized users can leave an answer!

Can't find the answer?
If you are not satisfied with the answer or you can’t find one, then try to use the search above or find similar answers below.
Find similar answersMore questions

Mathematics, added 2021-01-14 04:17:46

Mathematics, added 2021-01-14 03:11:16

Mathematics, added 2021-01-13 23:04:28

Mathematics, added 2021-01-13 21:45:46

Mathematics, added 2021-01-13 13:55:06

Mathematics, added 2021-01-13 12:50:43







Mathematics, added 2021-01-12 19:59:15

Mathematics, added 2021-01-12 17:19:05
Answered by tramserran
Let x represent the first even integer: x = 2(k) → y = 2k Let y represent the second even integer: y = 2(k + 1) → y = 2k + 2 x · y = 48 (2k) · (2k + 2) = 48 4k² + 4k - 48 = 0 4(k² + k - 12) = 0 4 (k + 3)(k - 2) = 0 k = -3, k = 2 (Note: POSITIVE integers so k = -3 is ruled out) x = 2k → x = 2(2) → x = 4 y = 2(k + 1) → y = 2(2 + 1) → y = 2(3) → y = 6 The smaller number (x) is 4