document.write( "Question 350985: two integers have the property that 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 #250865 by stanbon(75887) ![]() You can put this solution on YOUR website! two integers have the property that one is 6 less than 9 times the smaller one. their sum is 64.What are the two integers \n" ); document.write( "-------------- \n" ); document.write( "Equations: \n" ); document.write( "x + y = 64 \n" ); document.write( "y = 9x-6 \n" ); document.write( "------------------- \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "x+(9x-6) = 64 \n" ); document.write( "10x = 70 \n" ); document.write( "x = 7 \n" ); document.write( "--------- \n" ); document.write( "Since x+y = 64, y = 64-7 = 57 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |