document.write( "Question 402921:  The force needed to keep a car from skidding on a curve varies inversely as the radius of the curve and jointly as the weight of the car and the square of the speed. If 242 lb. of force keeps a 2000-lb. car from skidding on a curve of radius 500 ft. at 30 mph, what force would keep the same car from skidding on a curve of radius 750ft. at 50mph? \r
\n" );
document.write( "\n" );
document.write( "Any help would be Great! Thanks  \n" );
document.write( "
| Algebra.Com's Answer #284999 by scott8148(6628)     You can put this solution on YOUR website! \"The force needed to keep a car from skidding on a curve varies inversely as the radius of the curve and jointly as the weight of the car and the square of the speed\" ___ f = k * w * s^2 / r^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use the given conditions to find k ___ k = (f * r^2) / (w * s^2) = (242 * 500^2) / (2000 * 30^2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use the calculated value of k to find the new force \n" ); document.write( " |