document.write( "Question 106678: The sum of two numbers is 94. The second is 6 more than 3 times the first. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #77677 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 94. The second is 6 more than 3 times the first. What are the two numbers? \n" ); document.write( "x+y=94 \n" ); document.write( "y+6=3x \n" ); document.write( "------------ \n" ); document.write( "x+(3x-6)=94 \n" ); document.write( "4x=100 \n" ); document.write( "x=25 \n" ); document.write( "------------- \n" ); document.write( "25+y=94 \n" ); document.write( "y=94-25 \n" ); document.write( "y=69 \n" ); document.write( ":) \n" ); document.write( " |