document.write( "Question 566545: Tickets for the father and son breakfast were 2 dollars for fathers and 1.50 dollars for sons. If a total of of 75 tickets were sold for 127.50 dollars, how many fathers and how many sons attended the breakfast?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #366254 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Tickets for the father and son breakfast were 2 dollars for fathers and 1.50 dollars for sons. If a total of of 75 tickets were sold for 127.50 dollars, how many fathers and how many sons attended the breakfast? \n" ); document.write( "--------------------------------- \n" ); document.write( "Equations: \n" ); document.write( "f + s = 75 tickets \n" ); document.write( "2f+1.5s = 127.50 \n" ); document.write( "--------- \n" ); document.write( "Multiply thru the 1st by 2 to get: \n" ); document.write( "2f + 2s = 150 \n" ); document.write( "2f +1.5s = 127.50 \n" ); document.write( "----- \n" ); document.write( "Subtract and solve for \"s\": \n" ); document.write( "0.5s = 22.5 \n" ); document.write( "s = 45 (# of son's tickets sold) \n" ); document.write( "----- \n" ); document.write( "Solve for \"f\": \n" ); document.write( "f + s = 75 \n" ); document.write( "f + 45 = 75 \n" ); document.write( "f = 30 (# of father's tickets sold) \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " \n" ); document.write( " |