document.write( "Question 93850: I have to solve this with a equation. Thanks!
\n" );
document.write( "Five stones together weigh 24 pounds. The middle one weighs 4 times as much as the smallest. The largest weighs 3 times as much as the second smallest. The second smallest weighs 3 times as much as the smallest. The fourth smallest weighs as much as the second and third smallest together. How much does each stone weigh? \n" );
document.write( "
Algebra.Com's Answer #68388 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Five stones together weigh 24 pounds. \n" ); document.write( "The middle one weighs 4 times as much as the smallest. \n" ); document.write( "The largest weighs 3 times as much as the second smallest. \n" ); document.write( "The second smallest weighs 3 times as much as the smallest. \n" ); document.write( "The fourth smallest weighs as much as the second and third smallest together. How much does each stone weigh? \n" ); document.write( "----------------------------- \n" ); document.write( "To avoid fraction always let the smallest be \"x\". \n" ); document.write( "middle = 4x \n" ); document.write( "2nd smallest = 3x \n" ); document.write( "largest = 3*3x=9x \n" ); document.write( "4th smallest = 3x+(3rd smallest) \n" ); document.write( "================= \n" ); document.write( "EQUATION: \n" ); document.write( "x + 4x + 3x + 9x + 3x + 3rd smallest = 24 \n" ); document.write( "20x + 3rd smallest = 24. \n" ); document.write( "------------ \n" ); document.write( "You now have two variables because you did not include any information \n" ); document.write( "at the 3rd smallest. \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |