document.write( "Question 425682: Two integers have the property that the larger one is 6 less than 9 times the smaller one. Their sum is 64. What are the two integers? \n" ); document.write( "
Algebra.Com's Answer #296315 by emargo19(101)![]() ![]() ![]() You can put this solution on YOUR website! Let the 1st number be x \n" ); document.write( "Let the 2nd number be 9x-6 \n" ); document.write( "The sum= x+9x-6 \n" ); document.write( "x+9x-6=64 \n" ); document.write( "10x=70 \n" ); document.write( "x=7 \n" ); document.write( "Ist integer=7 \n" ); document.write( "2nd integer=9x-6 \n" ); document.write( "=9(7)-6 \n" ); document.write( "=63-6 \n" ); document.write( "=57 \n" ); document.write( "Ans= 7, 57 \n" ); document.write( " |