document.write( "Question 786046: one number is five times a second number. The sum of the two numbers is 36. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #477788 by harpazo(655)![]() ![]() You can put this solution on YOUR website! Let a be first number \n" ); document.write( "Let b be the second number\r \n" ); document.write( "\n" ); document.write( "a = 5b \n" ); document.write( "a + b = 36\r \n" ); document.write( "\n" ); document.write( "This is a system of linear equations in two variables.\r \n" ); document.write( "\n" ); document.write( "Can you finish? \n" ); document.write( " |