document.write( "Question 636731: A rod has a weight of 45 pounds attached to one end, a weight of 65 pounds to the other. It balances at a point 8 inches from the middle. How long is it? (Assume that the rod itself is weightless.) \n" ); document.write( "
Algebra.Com's Answer #401191 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the rod is 2x\" \n" ); document.write( "It balances at a point 8 inches from the middle \n" ); document.write( "so the 45 lb is at (x+8)\" & 65 lb is at (x-8)\" \n" ); document.write( "so 45(x+8)=65(x-8) \n" ); document.write( "or x(65-45)=8*(65+45)=8*110=880 \n" ); document.write( "or x=880/20=44 \n" ); document.write( "so the length of the rod is 2*44=88\" ans \n" ); document.write( " |