I have one question please...I solved it in this way..so I am not sure..that is it right or not? and If I solved it in the wrong way..so would like to know about the correct way and method to solve it..so please :
Solve the equation (x-3) (x+9) (x+5) (x-7) = 385
and here is I solved it in this way :
Solve the equation:
(x-3) (x+9) (x+5) (x-7) = 385
x ( (1-3) (1+9) (1+5) (1-7)) = 385
x ( (-2) (10) (6) (-6) ) = 385
x ( (-20) (6) (-6) ) = 385
x ( (-120) (-6) ) = 385
x ( 720 ) = 385
720x = 385
x = 385/720
x = 0.5347222
waiting for your replies...
Some easy ideas to attack your problem with integer solutions:
$$(x-3)(x+9)(x+5)(x-7)=385=5\cdot7\cdot11\implies$$
one of the factors in the LHS must be $\;\pm1\;$ , and after a little action we can see this happens for $\;x=2\;$ since the signs fit nicely (two positive, two negative):
$$(2-3)(2+9)(2+5)(2-7)=(-1)\cdot11\cdot7\cdot(-5)=385$$
Try now also $\;x=-4\;$ ...