document.write( "Question 260243: Fencing dog pens. Clint is constructing two adjacent
\n" );
document.write( "rectangular dog pens. Each pen will be three times as long
\n" );
document.write( "as it is wide, and the pens will share a common long side.
\n" );
document.write( "If Clint has 65 ft of fencing, what are the dimensions of
\n" );
document.write( "each pen? \n" );
document.write( "
Algebra.Com's Answer #191676 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 3W=L \n" ); document.write( "3L+4W=65 \n" ); document.write( "L=15 \n" ); document.write( "W=5 \n" ); document.write( "3*15+4*5=65 \n" ); document.write( "45+20=65 \n" ); document.write( " \n" ); document.write( " |