document.write( "Question 762663: This is the problem:
\n" );
document.write( " Mandy bought 5 shirts and 3 ties at the men's world department store for P 2500.00. Norman bought 3 shirts and 5 ties for P 1900.00. What is the prize of a shirt? the prize of one tie?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #464142 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Simultaneous Equations: \n" ); document.write( "5x + 3y = 2500...1 \n" ); document.write( "3x + 5y = 1900...2 \n" ); document.write( "Multiply (1) by 3 \n" ); document.write( "Multiply (2) by 5 \n" ); document.write( "15x + 9y = 7500...3 \n" ); document.write( "15x + 25y = 9500...4 \n" ); document.write( "Subtract (3) from (4) \n" ); document.write( " 16y = 2000 \n" ); document.write( " y = 125 \n" ); document.write( "Substitute y = 125 into (1) \n" ); document.write( "5x + 375 = 2500 \n" ); document.write( " 5x = 2500 - 375 \n" ); document.write( " 5x = 2125 \n" ); document.write( " x = 425 \n" ); document.write( "Therefore a shirt costs P 425.00 \n" ); document.write( " a tie costs P 125.00 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |