Question 814784: Write an expression for the sum of the squares of three consecutive integers. (Use x for the smallest integer.)
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! z = x + 2
y = x + 1
---
xx + yy + zz
xx + (x + 1)(x + 1) + (x + 2)(x + 2)
xx + (xx + 2x + 1) + (xx + 4x + 4)
xx + xx + 2x + 1 + xx + 4x + 4
--
Answer:
sum of squares is = 3x^2 + 6x + 5
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php
|
|
|