document.write( "Question 534871: The attendance at a rock concert is 6700 people. The tickets for this concert cost $40 for floor seats and $25 for all other seats. The total income of sales was 185,500. write a linear system that models this situation. Using Cramer's rule, substitution method, elimination method, solve this linear system. Then compare all three methods and choose which method you perfer. \r
\n" );
document.write( "\n" );
document.write( "Work I've done
\n" );
document.write( "40x+25y=185,500
\n" );
document.write( "I need help to create the other equation for this linear system \n" );
document.write( "
Algebra.Com's Answer #351677 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! f+a=6700 \n" ); document.write( "a=6700-f \n" ); document.write( "---------------- \n" ); document.write( "40f+25a=185500 \n" ); document.write( "------------- \n" ); document.write( "40f+25(6700-f)=185500 \n" ); document.write( "40f-25f+167500=185500 \n" ); document.write( "15f=18000 \n" ); document.write( "f=18000/15 \n" ); document.write( "f=1200 floor \n" ); document.write( "--------------------- \n" ); document.write( "a=6700-1200 \n" ); document.write( "a=5500 all others \n" ); document.write( "--------------- \n" ); document.write( "40*1200+25*5500= \n" ); document.write( "48000+137500=185500 \n" ); document.write( " |