document.write( "Question 1044035: The three packages weigh a total of 15 pounds. The first package weighs twice as much as the second package. The third package weighs three times as much as the second package. How many pounds does the first package weigh? \n" ); document.write( "
Algebra.Com's Answer #659267 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The three packages weigh a total of 15 pounds. The first package weighs twice as much as the second package. \n" ); document.write( "The third package weighs three times as much as the second package. How many pounds does the first package weigh? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "f = 2*s, ( \"The first package weighs twice as much as the second package.\" )\r\n" ); document.write( "t = 3*s ( \"The third package weighs three times as much as the second package.\" )\r\n" ); document.write( "f + s + t = 15, or\r\n" ); document.write( "\r\n" ); document.write( "2s + s + 3s = 15, or\r\n" ); document.write( "\r\n" ); document.write( "6s = 15,\r\n" ); document.write( "\r\n" ); document.write( "s = \n" ); document.write( " \n" ); document.write( " |