document.write( "Question 1053110: The difference between the square of a positive integer and the square of one half the number is 243. Find the number. \n" ); document.write( "
Algebra.Com's Answer #668366 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! number is x \n" ); document.write( "x^2-(x/2)^2=243 \n" ); document.write( "x^2-(1/4)x^2=243 \n" ); document.write( "(3/4)x^2=243 \n" ); document.write( "x^2=243*4/3=324 \n" ); document.write( "x=sqrt(324)=18 \n" ); document.write( "the number is 18, its square is 324, and half of 18 squared is 81, which is 243 less than 324. \n" ); document.write( " |