SOLUTION: given four consecutive odd numbers.when the square of the second number is subtrcted from the product of the first and last numbers,the answer is 22.find them.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: given four consecutive odd numbers.when the square of the second number is subtrcted from the product of the first and last numbers,the answer is 22.find them.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1206861: given four consecutive odd numbers.when the square of the second number is subtrcted from the product of the first and last numbers,the answer is 22.find them.
Found 3 solutions by ankor@dixie-net.com, greenestamps, josgarithmetic:
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
given four consecutive odd numbers.
n, n+2, n+4, n+6
when the square of the second number is subtracted from the product of the first and last numbers,the answer is 22.
n(n+6) - (n+2)^2 = 22
find them.
(n^2 + 6n) - (n^2 + 4n + 4) = 22
Combine like terms, removing bracket on the 2nd expression changes sign to -
n^2 - n^2 + 6n - 4n - 4 = 22
2n = 22 + 4
2n = 26
n = 13
The 4 numbers 13, 15, 17, 19
Check:
13*19 - 15^2 =
247 - 225 = 22

Answer by greenestamps(13215) About Me  (Show Source):
You can put this solution on YOUR website!


Looking ahead to see that the second of the four consecutive odd numbers is squared, I will guess that the algebra required to solve the problem might be easiest if I let x be the second number. So the four consecutive odd numbers are x-2, x, x+2, and x+4.

Then the problem says

%28x-2%29%28x%2B4%29-x%5E2=22
x%5E2%2B2x-8-x%5E2=22
2x-8=22
2x=30
x=15

The second number is x=15; the four numbers are then 13, 15, 17, and 19.

ANSWER: 13, 15, 17, and 19

CHECK: (13*19)-15^2=247-225=22


Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
four consecutive odd numbers
x-3, x-1, x+1, x+3

Description
%28x-3%29%28x%2B3%29-%28x-1%29%5E2=22
x%5E2-9-%28x%5E2-2x%2B1%29=22
x%5E2-9-x%5E2%2B2x-1=22
2x-10=22
x-5=11
x=16

The numbers found are 13, 15, 17, 19 .