SOLUTION: what is the product of three consecutive multiples of 5 if the middle number is n

Algebra ->  Equations -> SOLUTION: what is the product of three consecutive multiples of 5 if the middle number is n      Log On


   



Question 1176956: what is the product of three consecutive multiples of 5 if the middle number is n
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
CONSECUTIVE MULTIPLES of 5, middle number is n;

n-5, n , n+5

PRODUCT?
%28n-5%29n%28n%2B5%29
n%28n-5%29%28n%2B5%29
n%28n%5E2-25%29
highlight%28n%5E3-25n%29