document.write( "Question 417328: Student shirts were being sold for $5.00. Adult shirts were being sold for $20.00. 30 shirts were sold in all and $300.00 was made. How many student shirts were sold. \r
\n" );
document.write( "\n" );
document.write( "I know the solution, (20), but I would like to set it up in an equation. Can you help please? \n" );
document.write( "
Algebra.Com's Answer #292167 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! there are two unknowns (A and S) so a system of equations (2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A + S = 30 ___ A = 30 - S\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20A + 5S = 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting the equivalent value for A ___ 20(30 - S) + 5S = 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "600 - 20S + 5S = 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "300 = 15S \n" ); document.write( " |