document.write( "Question 243270: band a charges $600 to play for the entire evening
\n" );
document.write( "band b charges $350 plus 1.25 for each ticket sold.
\n" );
document.write( "write a linear equation fot the cost of each band. find the number of tickets for which the cost of the two bands will be equal \n" );
document.write( "
Algebra.Com's Answer #178249 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 600=350+1.25x \n" ); document.write( "600-350=1.25x \n" ); document.write( "1.25x=250 \n" ); document.write( "x=250/1.25 \n" ); document.write( "x=200 tickets sold would make the 2 band's fees equal. \n" ); document.write( " |