document.write( "Question 110492: The average of two positive integers is 134. One of the numbers is the square root of the other. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #80522 by ganesh(20)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the numbers be x and y and y = sqrt{x}. \n" ); document.write( "Therefore, y - sqrt{x}= 0--------(1) \n" ); document.write( "Also, {y + x}/2 = 134 \n" ); document.write( "i.e., y + x = 268---------(2) \n" ); document.write( "Solving (1) and (2), we get x + sqrt{x}= 268 \n" ); document.write( "i.e., (x-268)^2 = {-sqrt{x})^2 \n" ); document.write( "so, x^2 -537+ 81796 = 0 \n" ); document.write( "Solving these equation, we get one positive root. \n" ); document.write( "That is the value of x and using this value find the value of y. \n" ); document.write( " |