document.write( "Question 1168649: Two cranes are used to lift a heavy concrete pillar. One crane pulls straight up with a force of 7200N. The other with a force of 5300N to the left at an angle of 34 degrees to the horizontal.\r
\n" );
document.write( "\n" );
document.write( "a) What is the magnitude of the combined force, to the nearest tenth of a newton?\r
\n" );
document.write( "\n" );
document.write( "b) At what angle does the pillar move to the nearest tenth of a degree?\r
\n" );
document.write( "\n" );
document.write( "Help please\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #793220 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! F1 = 7200 N straight up \n" ); document.write( "F2 = 5300 N at 34 deg \n" ); document.write( "To resultant force R = sqrt(Fx^2 + Fy^2), where Fx and Fy are the net forces \n" ); document.write( "in the x and y directions. \n" ); document.write( "Since one crane pulls straight up, the x force has one component: \n" ); document.write( "Fx = F2*cos(34) \n" ); document.write( "The y force has two components: \n" ); document.write( "Fy = 7200 + F2*sin(34) \n" ); document.write( "The angle the pillar moves is in the direction of the applied force: \n" ); document.write( "A = arctan(Fy/Fx) \n" ); document.write( " |