document.write( "Question 121229: One number is 4 more than another. If 6 times the smaller minus 4 times the larger is 4, what are the two numbers?\r
\n" );
document.write( "\n" );
document.write( "Second question the length of a rectangle is 5in more than twice the width. If the perimeter of the rectangle is 76 in what are the two dimensions of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "I understand the examples of similar problems and why the answers are correct but when I do them I'm placing the equations the wrong way and not understanding why. Would greatly appreciate any help in this matter. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #88950 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is 4 more than another. If 6 times the smaller minus 4 times the larger is 4, what are the two numbers? \n" ); document.write( "Let the smaller number be \"x\"; The larger is \"x+4\" \n" ); document.write( "EQUATION: \n" ); document.write( "6x-4(x+4)=4 \n" ); document.write( "2x-16=4 \n" ); document.write( "2x = 20 \n" ); document.write( "x = 10 (smaller number) \n" ); document.write( "x+4=14 (larger number) \n" ); document.write( "----------------------------- \n" ); document.write( "Second question the length of a rectangle is 5\" more than twice the width. If the perimeter of the rectangle is 76 in what are the two dimensions of the rectangle? \n" ); document.write( "--------------- \n" ); document.write( "Let the width be \"x\" inches; Length = \"2x+5\" inches. \n" ); document.write( "EQUATION: \n" ); document.write( "Perimeter = 2(width + length) \n" ); document.write( "76 = 2(x + 2x+5) \n" ); document.write( "38 = 3x+5 \n" ); document.write( "3x = 33 \n" ); document.write( "x = 11 inches (width) \n" ); document.write( "2x+5 = 27 inches (length) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |