You can put this solution on YOUR website! Find zeros of following function:
f(x)=(x^3)-(7x^2)+15x-9
use rational roots theorem:
....0...|......1.....-7........15......-9.......
....1...|......1.....-6........9.........0 (1 is a root)
f(x)=(x-1)(x^2-6x+9)
f(x)=(x-1)(x-3)^2
zeros are: 1 and 3(mult. 2)