document.write( "Question 989071: I need to set up an equation/inequality.
\n" );
document.write( "The greater of two numbers is 6 more than 4 times the smaller. Their sum is 41. Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #609500 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=smaller number \n" ); document.write( "4x+6=larger \n" ); document.write( "Their sum is 41 \n" ); document.write( "x+4x+6=41 \n" ); document.write( "5x+6=41 \n" ); document.write( "5x=35 \n" ); document.write( "x=7 \n" ); document.write( "4x+6=34 \n" ); document.write( "Those are the numbers, 7 and 34. \n" ); document.write( " |