document.write( "Question 1037217: Assess the weights for which a diameter less than 1 is
\n" );
document.write( "reasonable.\r
\n" );
document.write( "\n" );
document.write( "A bridge is supported by 21 steel cables, each 9 inches in diameter. The amount of weight that a steel cable can support is given by
\n" );
document.write( " where d is the diameter of the cable in inches and w is the weight in tons.\r
\n" );
document.write( "\n" );
document.write( "If you need to know what diameter a steel cable should have to support a given weight, is is the equation: d = √w/8
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #651942 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Correct. Apply algebra to your problem, as you did: \n" ); document.write( "w = 8d^2 divide both sides by 8: \n" ); document.write( "w/8 = d^2 take the square root, both sides: \n" ); document.write( "√w/8 = d \n" ); document.write( "or \n" ); document.write( "d = √w/8 \n" ); document.write( " \n" ); document.write( " |