SOLUTION: Find two consecutive integers such that three Times the square if the first integer plus three is equal to 5 times the second integer. Can someone explain how to solve this pleas

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive integers such that three Times the square if the first integer plus three is equal to 5 times the second integer. Can someone explain how to solve this pleas      Log On


   



Question 856303: Find two consecutive integers such that three Times the square if the first integer plus three is equal to 5 times the second integer.
Can someone explain how to solve this please.

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
First, you set up an equation and solve it.
Then, you discard any solution that does not fit the description.
(In this case the description is "integer",
but some problems refer to "even integer", or "odd integer").

You need to define your "two consecutive integers".
You may write n= the first integer,
to define your variable.
Or you could also use x for your variable.

Using x, you know (and may, or may not want to write) that:
x%2B1= the second integer
x%5E2= the square of the first integer,
3x%5E2= three times the square of the first integer,
3x%5E2%2B3= three times the square of the first integer plus three, and
5%28x%2B1%29= 5 times the second integer

Your equation is
3x%5E2%2B3=5%28x%2B1%29

Then you work on rearranging and simplifying your equation as needed:
3x%5E2%2B3=5%28x%2B1%29
3x%5E2%2B3=5x%2B5
3x%5E2%2B3-5x-5=0
3x%5E2-5x-2=0

Finally, you solve by a method of your choice.
In this case, I would use the quadratic formula,
which says that the solutions to
ax%5E2%2Bbx%2Bc=0 are given by
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+.
In this case, applying the quadratic formula, we get
x+=+%28-%28-5%29+%2B-+sqrt%28%28-5%29%5E2-4%2A3%2A%28-2%29+%29%29%2F%282%2A3%29+
x+=+%285+%2B-+sqrt%2825%2B24+%29%29%2F6
x+=+%285+%2B-+sqrt%2849%29%29%2F6
n+=+%285+%2B-+7%29%2F6
You get the solutions
x+=+%285+%2B7%29%2F6-->x=12%2F6-->highlight%28x=2%29
and x+=+%285+-7%29%2F6-->x=-2%2F6-->x=-1%2F3
Since -1%2F3 is not an integer, it is not a solution to the problem, and you discard it.
The two consecutive integers are x=highlight%282%29 and x%2B1=2%2B1=highlight%283%29 .

Verification:
3%2A2%5E2%2B3=3%2A4%2B3=12%2B3=15 would be three times the square of the first integer plus three;
5%2A3=15 would be "5 times the second integer",
and both quantities are equal, as the problem required.