document.write( "Question 101591: Translate to an equation and find all solutions:\r
\n" );
document.write( "\n" );
document.write( "Find the number whose square is 24 more than five times the number \n" );
document.write( "
Algebra.Com's Answer #75676 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let x be the number. \n" ); document.write( "x^2=5x+24 \n" ); document.write( "x^2-5x-24=0 \n" ); document.write( "(x-8)(x+3)=0 \n" ); document.write( "x=8, x=-3 \n" ); document.write( "Check: \n" ); document.write( "64=40+24 true \n" ); document.write( "9=-15+24 true \n" ); document.write( "Ed \n" ); document.write( " |