document.write( "Question 341346: solve the problem. use five step problem-solving approach. A number is 30 less than its square. Find all such numbers \n" ); document.write( "
Algebra.Com's Answer #244459 by edjones(8007)![]() ![]() You can put this solution on YOUR website! n+30=n^2 \n" ); document.write( "n^2-n-30=0 \n" ); document.write( "(n-6)(n+5)=0 \n" ); document.write( "n=6, n=-5 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |