document.write( "Question 257061: Solve for x
\n" );
document.write( "The width of a rectangle is 6 and the ratio of the width to the length is 3:8. How do I solve for the lenght of the rectangle(x)? \n" );
document.write( "
Algebra.Com's Answer #189064 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The width of a rectangle is 6 and the ratio of the width to the length is 3:8. \n" ); document.write( " How do I solve for the lenght of the rectangle(x)? \n" ); document.write( ": \n" ); document.write( "A simple ratio equation \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "3x = 8*6 \n" ); document.write( "3x = 48 \n" ); document.write( "x = 48/3 \n" ); document.write( "x = 16 \n" ); document.write( "; \n" ); document.write( "Check on a calc: 6/16 = .375 and 3/8 also = .375 \n" ); document.write( " |