document.write( "Question 641963: A rectangle has length of (x+3) m and width of (2x-6) m. It's perimeter is 26 meters. Find the value of x.
\n" );
document.write( "I'm not sure how to write this equation! I could solve it once it's written, I'm just not sure of that first step. Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #403913 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! You need to start with the formula for the perimeter, p, of a rectangle, which in term of the lenght, L, and width, W, is \n" ); document.write( "(1) p = 2*L + 2*W or \n" ); document.write( "(2) p = 2*(L + W) \n" ); document.write( "Now substitute the expressions for L = x + 3, and W = 2*x -6, into (2) and obtain \n" ); document.write( "(3) p = 2*(x + 3 + 2x - 6), which simplifies to \n" ); document.write( "(4) p = 2*(3x - 3) \n" ); document.write( "Now use the value of p given for your problem and get \n" ); document.write( "(5) 2*(3x - 3) = 26 \n" ); document.write( "Divide both sides by 2 yields \n" ); document.write( "(6) 3x - 3 = 13 or \n" ); document.write( "(7) 3x = 16 and the solution \n" ); document.write( "(8) x = 16/3 \n" ); document.write( "Is that the correct value of x? Let's check. \n" ); document.write( "Is (26 = 2*(16/3 + 3 + 2(16/3) - 6))? \n" ); document.write( "Is (26 = 2*(16 + 3 - 6))? \n" ); document.write( "Is (26 = 2*13)? \n" ); document.write( "Is (26=26)? Yes \n" ); document.write( "Answer: x = 16/3 \n" ); document.write( " |