document.write( "Question 225282: find an integer such that square of the integer is eighty one less than eigtheen times the integer \n" ); document.write( "
Algebra.Com's Answer #168129 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x^2=18x-81 \n" ); document.write( "x^2-18x+81=0 \n" ); document.write( "(x-9)^2=0 \n" ); document.write( "x-9=0 \n" ); document.write( "x=9 ans. \n" ); document.write( "Proof: \n" ); document.write( "9^2=18*9-81 \n" ); document.write( "81=162-81 \n" ); document.write( "81=81 \n" ); document.write( " |