document.write( "Question 437098: Jennifer went on a shopping spree, spending a total of 124.00 on a skirt, a sweater and a pair of shoes. The cost of the sweater was 8/7 of the cost of the skirt. The shoes cost 8.00 less then the skirt. Find the cost of each item \n" ); document.write( "
Algebra.Com's Answer #302326 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
x = price of skirt
\n" ); document.write( "y = price of sweater
\n" ); document.write( "z = price of shoes
\n" ); document.write( ".
\n" ); document.write( "We're told...
\n" ); document.write( "x + y + z = 124
\n" ); document.write( "y = 8/7*x
\n" ); document.write( "z = x -8 or x = z+8
\n" ); document.write( ".
\n" ); document.write( "Now we have y and z defined in terms of x.
\n" ); document.write( "So, we can put them all together with what we know.
\n" ); document.write( ".
\n" ); document.write( "x + 8/7*x + (x-8) = 124
\n" ); document.write( "Multiply both sides by 7 to eliminate the denominator
\n" ); document.write( "7x + 8x + 7(x-8) = 7*124
\n" ); document.write( "15x + 7x -56 = 868
\n" ); document.write( "22x = 868 + 56
\n" ); document.write( "22x = 924
\n" ); document.write( "x = 42
\n" ); document.write( ".
\n" ); document.write( "The skirt cost $42.
\n" ); document.write( "The shoes cost $8 less than the skirt, 42-8 = 34.
\n" ); document.write( "The shoes cost $34.
\n" ); document.write( "The total is $124, so the sweater cost 124 - 42 - 34 = 48.
\n" ); document.write( "The sweater cost $48.
\n" ); document.write( ".
\n" ); document.write( "Always check your answer!
\n" ); document.write( "There's no need to check the total, since we plugged it into the equations to ensure it was 124.
\n" ); document.write( "Likewise, there's no need to check the shoes, since we did the same.
\n" ); document.write( "So, we're left with calculating the price of the sweater to see if it matches.
\n" ); document.write( ".
\n" ); document.write( "8/7*x = 8/7*42
\n" ); document.write( "8/7*42 = 8*6
\n" ); document.write( "8*6 = 48
\n" ); document.write( "That checks.
\n" ); document.write( ".
\n" ); document.write( "Always make sure your answer is stated clearly.
\n" ); document.write( "The skirt cost $42.
\n" ); document.write( "The shoes cost $34.
\n" ); document.write( "The sweater cost $48.
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );