document.write( "Question 337432: What is an equation for the following:
\n" );
document.write( "The perimeter of a pool table is 30ft. The table is twice as long as it is wide. What is the length of the pool table? \n" );
document.write( "
Algebra.Com's Answer #241902 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let L=length and w=width. \n" ); document.write( "2L+2w=P \n" ); document.write( ". \n" ); document.write( "There is a system of 2 equations: \n" ); document.write( "L=2w \n" ); document.write( "2L+2w=30 \n" ); document.write( ". \n" ); document.write( "2*2w+2w=30 \n" ); document.write( "4w+2w=30 \n" ); document.write( "6w=30 \n" ); document.write( "w=5 \n" ); document.write( "L=10 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |