document.write( "Question 445040: the sum of two numbers is 22. five times one number is equal to six times the second number. find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #306659 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! x+y=22 \n" ); document.write( "5x=6y \n" ); document.write( "6x+6y=132 \n" ); document.write( "6x+5x=132 \n" ); document.write( "11x=132 \n" ); document.write( "x=12 \n" ); document.write( "y=10.. \n" ); document.write( " |