document.write( "Question 321560: the primeter of a court is 114 the length is 6 more than two times the width what is the length and widty \n" ); document.write( "
Algebra.Com's Answer #230274 by mananth(16946) You can put this solution on YOUR website! let the width be x \n" ); document.write( "length = 2x+6 \n" ); document.write( ".. \n" ); document.write( "Perimeter = 2*L+2*w \n" ); document.write( "2x+2(2x+6)=114 \n" ); document.write( "2x+4x+12=114 \n" ); document.write( "6x+12=114 \n" ); document.write( "6x=102 \n" ); document.write( "x=17 the width \n" ); document.write( "length = 2x+6 \n" ); document.write( "=2*17+6 \n" ); document.write( "=40 the length \n" ); document.write( " |