document.write( "Question 252419: find the value of p if the roots of the equation differ by 5 \n" );
document.write( "
Algebra.Com's Answer #184321 by hokies(65)![]() ![]() You can put this solution on YOUR website! x^2+x+(p/3)+2=0 (divided equation by 3) \n" ); document.write( "(x+3)(x-2)=0 (this must be the solution --> solve for p; roots are x=-3 and x=2) \n" ); document.write( "-3 and 2 differ by 5 and add up to 1 \n" ); document.write( "p/3+2 = -6 \n" ); document.write( "p/3 = -8 \n" ); document.write( "p = -24 \n" ); document.write( " |