document.write( "Question 1150463: If x∈Z, what is the sum of the digits of the value x such that √x+⁴√x=30? \n" ); document.write( "
Algebra.Com's Answer #771833 by greenestamps(13219) You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "Introduce a new variable to make it easier to see how to solve the problem. \n" ); document.write( "Let y = x^(1/4) \n" ); document.write( "Then y^2 = x^(1/2) \n" ); document.write( "Then the equation is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "y = -6 gives us x^(1/4) = -6, which is not possible. \n" ); document.write( "y = 5 gives us x^(1/4) = 5, which makes x = 5^4 = 625. \n" ); document.write( "ANSWER: The problem asks for the sum of the digits of x, which is 6+2+5 = 13. \n" ); document.write( "Of course, if a formal algebraic solution is not required, the recognition that x^(1/4) is the square of x^(1/2) means we are looking for two integers, one the square of the other, whose sum is 30. That obviously is 5 and 25, which means x is 5^4 = 35^2 = 625. \n" ); document.write( " \n" ); document.write( " |