document.write( "Question 814766: The student council is sponsoring an event to raise money. Tickets cost $3 for adults and $1 for students. They want to raise $275
\n" );
document.write( "And it says to write an equation for the number of each type of ticket they should sell
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #490531 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! The student council is sponsoring an event to raise money. \n" ); document.write( " Tickets cost $3 for adults and $1 for students. \n" ); document.write( " They want to raise $275 \n" ); document.write( "And it says to write an equation for the number of each type of ticket they should sell \n" ); document.write( ": \n" ); document.write( "let x = no. of adult tickets to raise this amt \n" ); document.write( "let y = no. of student tickets required \n" ); document.write( ": \n" ); document.write( "3x + 1y = 275 \n" ); document.write( "y = -3x + 275, is the equation \n" ); document.write( ": \n" ); document.write( "Decide how many adults, (x), find the no. of students (y) \n" ); document.write( "For example if you have 70 adults, you need to have 65 children\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |