document.write( "Question 1101042: If parcel A and B together weigh 24 kgs, but parcel B and C together weighs only 21 kgs.
\n" );
document.write( "When parcel A and C are paired, the combined weight is 27kgs. If the weight of parcel A is
\n" );
document.write( "represented by a, the weight of parcel C is represented by b and the weight of parcel C is
\n" );
document.write( "represented by c.
\n" );
document.write( "a. Derive a system of three equations in a, b and c.
\n" );
document.write( "b. Using the inverse method derive the combined weight of parcel A, B and C \n" );
document.write( "
Algebra.Com's Answer #715618 by jorel1380(3719) You can put this solution on YOUR website! A+B=24 \n" ); document.write( "B+C=21 \n" ); document.write( "A+C=27 \n" ); document.write( "A=24-B \n" ); document.write( "C=21-B \n" ); document.write( "24-B+21-B=27 \n" ); document.write( "2B=18 \n" ); document.write( "B=9 \n" ); document.write( "A=15 \n" ); document.write( "C=12 \n" ); document.write( "The combined weight is 36 kgs \n" ); document.write( "☺☺☺☺ \n" ); document.write( " \n" ); document.write( " |