document.write( "Question 77626: The square of a positive number is four more than three times the positive number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #55676 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The square of a positive number is four more than three times the positive number. Find the number. \n" ); document.write( "-------- \n" ); document.write( "let the number be \"x\". \n" ); document.write( "EQUATION: \n" ); document.write( "x^2 - 3x -4=0 \n" ); document.write( "(x-4)(x+1)=0 \n" ); document.write( "x=4 since it must be positive\r \n" ); document.write( "\n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |