document.write( "Question 437255: Ann and Sean, paid $208 for concert tickets. They bought twice as many balcony tickets as floor tickets. Balcony tickets cost $15 each and floor cost $22 each. How many of each type of ticket did they purchase ? \r
\n" );
document.write( "\n" );
document.write( "I have actually figured out the problem to be 8 balcony and 4 floor. The problem is that work has to be shown in algebraic form and I can't figure out how to set the problem up in algebraic form. \n" );
document.write( "
Algebra.Com's Answer #302476 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Ann and Sean, paid $208 for concert tickets. \n" ); document.write( " They bought twice as many balcony tickets as floor tickets. \n" ); document.write( " Balcony tickets cost $15 each and floor cost $22 each. \n" ); document.write( " How many of each type of ticket did they purchase? \n" ); document.write( ": \n" ); document.write( "Let b = no. of balcony tickets \n" ); document.write( "Let f = no. of floor tickets \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"Ann and Sean, paid $208 for concert tickets.\" \n" ); document.write( "15b + 22f = 208 \n" ); document.write( ": \n" ); document.write( "\"They bought twice as many balcony tickets as floor tickets.\" \n" ); document.write( "b = 2f \n" ); document.write( ": \n" ); document.write( "In the 1st equation, replace b with 2f \n" ); document.write( "15(2f) + 22f = 208 \n" ); document.write( "30f + 22f = 208 \n" ); document.write( "52f = 208 \n" ); document.write( "f = \n" ); document.write( "f = 4 floor tickets \n" ); document.write( "Then \n" ); document.write( "b = 2(4) \n" ); document.write( "b = 8 balcony tickets\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |