document.write( "Question 881552: when half of a positive integer is added to one fourth of its square result is 6 what is the number? \n" ); document.write( "
Algebra.Com's Answer #532294 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! .5x + .25x^2 = 6 \n" ); document.write( ".25x^2 + .5x - 6 = 0 \n" ); document.write( "x = (4, -6) \n" ); document.write( "Since the integer is positive, it is not -6. \n" ); document.write( ". \n" ); document.write( "Half of 4 is 2. \n" ); document.write( " \n" ); document.write( " |