document.write( "Question 256751: i need three different equations.. this is the question.. concert tickets were sold at $24 for adults 15 for children and 12 for seniors collecting a total of 5670. the number of adults who attended was 70 more then the sum of the number of children and seniors who attended. a total of 280 people attended the concert. how many tickets were sold \n" ); document.write( "
Algebra.Com's Answer #188839 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! concert tickets were sold at $24 for adults 15 for children and 12 for seniors collecting a total of 5670. the number of adults who attended was 70 more then the sum of the number of children and seniors who attended. a total of 280 people attended the concert. how many tickets were sold \n" ); document.write( ": \n" ); document.write( "Total persons equation \n" ); document.write( "a + s + c = 280 \n" ); document.write( ": \n" ); document.write( "Total$ equation \n" ); document.write( "24a + 12s + 15c = 5670 \n" ); document.write( ": \n" ); document.write( "The\"adults who attended was 70 more then the sum of the number of children and seniors who attended. \" equation \n" ); document.write( "a = s + c + 70 \n" ); document.write( " |