Four integers in A.P their sum is 24 and their product is 945 .Find them I assumed them as $$a-d,a,a+d,a+2d$$ From the givens we get $$4a+2d=24$$ then $$2a+d=12$$ Then apply the product to get 4th degree equation my question is there a simpler way to avoid the the 4th degree equation?
2026-04-10 12:10:48.1775823048
Find 4 numbers i arithmetic progression
176 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
we have the equations $$4a+6d=24$$ and $$a(a+d)(a+2d)(a+3d)=945$$ from the first equation we get $$d=4-\frac{2}{3}a$$ plugging this in the second equation and factorizing:$$(a-3)(a-9)(a^2-12a-315)=0$$ you will have to solve the equation $$a^4+24a^3-144a^2+3456a-8505=0$$ often is it useful to make the ansatz $$a^4+24a^3-144a^2+3456a-8505=(x^2+Ax+B)(x^2+Cx+D)$$