SOLUTION: Given that n is the first of three consecutive numbers and the sum of three numbers exceeds the square of the first number by 5.
Express this information in an equation.
Algebra ->
Test
-> SOLUTION: Given that n is the first of three consecutive numbers and the sum of three numbers exceeds the square of the first number by 5.
Express this information in an equation.
Log On
Question 1152163: Given that n is the first of three consecutive numbers and the sum of three numbers exceeds the square of the first number by 5.
Express this information in an equation. Answer by ankor@dixie-net.com(22740) (Show Source):
You can put this solution on YOUR website! Given that n is the first of three consecutive numbers and the sum of three numbers exceeds the square of the first number by 5.
Express this information in an equation.
:
n + (n+1) + (n+2) = n^2 + 5
Combine like terms
3n + 3 = n^2 + 5
Arrange as a quadratic equation
0 = n^2 - 3n + 5 - 3
n^2 - 3n + 2 = 0
:
:
Can be solved by factoring: (n-1)(n-2)
n = 1, n = 2