Question 249142
A standard word problem involving consecutive integers.<br>

<i>Easy Trial and Error Solution (which would be the way to go on a test, scroll down for the hard solution!):</i><br>

Now, since we are given possible choices, we can just try trial and error to solve this problem and skip the entire cubic equation we will see in the hard solution below this one.<br>

For example, I can just try different numbers on my calculator to see what I come up with.  I know that 10*10*10 is 1000, so I will start with 10 as my first integer:<br>

10*11*12=1320 nope, too low so I will go to 11<br>

11*12*13=1716 again, too low, so I will go to 12<br>

12*13*14=2184 bingo!<br>

then to get the answer, I just add the three integers together<br>

12+13+14=39 final answer D<br>

****************************************************************************<br>

<i>Alternative Hard Mathematical Solution (scroll up for the easy solution!):</i><br>

Let x be the first integer.<br>

Then the three integers are:<br>

x, x+1, and x+2<br>

To solve, we just use the given info about their products:<br>

{{{x*(x+1)*(x+2)=2184}}} given<br>

{{{x*(x^2+x+2x+2)=2184}}} distributing<br>

{{{x*(x^2+3x+2)=2184}}} simplifying<br>

{{{x^3+3x^2+2x=2184}}} distributing<br>

{{{x^3+3x^2+2x-2184=0}}} subtracting 2184 from both sides<br>

Now we can use a property of cubic equations.<br>

IF the equation has an integer root, then the integer root MUST be a factor of 2184, the constant part of the equation.<br>

So let's factor 2184:<br>

Doing a quick prime factorization, the factors of 2184 that can be a possible root are ALL the positive/negative factor values (all the possible combinations of the prime factors):<br> 

1, 2, 4, 6, 7, 8, 12, 13, 21, 28, 36...2184<br>

since {{{2184=2*2*2*3*7*13}}}<br>

So the integer root we are looking for must be somewhere on that list above!<br>

Doing quick math, we can now see that 12*13*14=2184<br>

Since we have verified that our x=12, now we just need to sum up the three integers.<br>

12+13+14=39 final answer is 39 D<br>