document.write( "Question 932897: I am doing linear inequalities. I don't know how to set up the 2 equations to solve them.\r
\n" );
document.write( "\n" );
document.write( "The perimeter of a rectangle is 20 inches. The length of the rectangle is 2 more than the width. Find the rectangles dimensions.\r
\n" );
document.write( "\n" );
document.write( "The perimeter of a triangle is 40 cm. The second side is 7 cm longer than the first and the third side is 9 units longer than the first. Find the lengths of each side.\r
\n" );
document.write( "\n" );
document.write( "You pull 17 coins out of a jar which contains dimes and pennies. The total value of the coins is $1.16. How many dimes and how many pennies do you have.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #566450 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 1) Perimeter(P) of rectangle = 2l + 2w where l is length and w is width \n" ); document.write( "l = w+2 \n" ); document.write( "20 = 2(w+2) + 2w \n" ); document.write( "20 = 2w +4 + 2w \n" ); document.write( "4w = 16 \n" ); document.write( "w = 4 inches \n" ); document.write( "l = 6 inches \n" ); document.write( "2) let x be first side \n" ); document.write( "P of triangle is the sum of its three sides \n" ); document.write( "40 = x + x+7 + x+9 \n" ); document.write( "40 = 3x + 16 \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 \n" ); document.write( "first side is 8 cm \n" ); document.write( "second side is 15 cm \n" ); document.write( "third side is 17 cm \n" ); document.write( "3) d + p = 17 where d is number of dimes, p is number of pennies \n" ); document.write( ".10d + .01p = 1.16 \n" ); document.write( "solve first equation for p \n" ); document.write( "p = 17 - d \n" ); document.write( "now substitute for p in second equation \n" ); document.write( ".10d + .01*( 17 - d) = 1.16 \n" ); document.write( ".10d + .17 - .01d = 1.16 \n" ); document.write( ".09d = .99 \n" ); document.write( "d = 11 \n" ); document.write( "p = 6 \n" ); document.write( "there are 11 dimes and 6 pennies\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |