document.write( "Question 251743: 1. The question is Write a linear equation for the cost of EACH band
\n" );
document.write( "2. Find the number of tickets for which the cost of the two bands will be equal.\r
\n" );
document.write( "\n" );
document.write( "Band A charges $600 to play for the entire evening.\r
\n" );
document.write( "\n" );
document.write( "Band B charges $350 plus $1.25 for each ticket sold. \n" );
document.write( "
Algebra.Com's Answer #183428 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The question is Write a linear equation for the cost of EACH band\r \n" ); document.write( "\n" ); document.write( "Band A charges $600 to play for the entire evening. \n" ); document.write( "A(x) = $600 \n" ); document.write( "--- \n" ); document.write( "Band B charges $350 plus $1.25 for each ticket sold. \n" ); document.write( "B(x) = 350 + 1.25x where x is the number of tickets sold. \n" ); document.write( "---- \n" ); document.write( "2. Find the number of tickets for which the cost of the two bands will be equal. \n" ); document.write( "A(x) = B(x) \n" ); document.write( "600 = 350 + 1.25x \n" ); document.write( "1.25x = 250 \n" ); document.write( "x = 200 (# of tickets sold to make the costs equal) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |