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 #55677 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
X^2=3X+4
\n" ); document.write( "X^2-3X-4=0
\n" ); document.write( "(X-4)(X+1)=0
\n" ); document.write( "X-4=0
\n" ); document.write( "X=4 ANSWER.
\n" ); document.write( "X+1=0
\n" ); document.write( "X=-1 NO ANSWER.
\n" ); document.write( "
\n" );