document.write( "Question 892614: Jane selects a positive two digit integer. She multiplies the ones digit by five and the tens digit by three and adds the result. What was the original integer is her total is the same as the integer she chose? \n" ); document.write( "
Algebra.Com's Answer #540638 by Edwin McCravy(20063) You can put this solution on YOUR website! \r\n" ); document.write( "tens digit = t\r\n" ); document.write( "ones digit = u\r\n" ); document.write( "number = 10t+u\r\n" ); document.write( "\r\n" ); document.write( "the ones digit multiplied by five and the \r\n" ); document.write( "tens digit by three and the result added = 5u+3t\r\n" ); document.write( " \n" ); document.write( "her total is the same as the integer she chose \n" ); document.write( " \r\n" ); document.write( "\n" ); document.write( " |