document.write( "Question 94633This question is from textbook ALEKS(on line)
\n" );
document.write( ": Solving a word problem using a system of linear equations:
\n" );
document.write( "the combined cost of one advance ticket to a show and one same-day ticked was $45. it is known that 25 tickets were sold in advance and 15 the same day, for the total receipts of $825
\n" );
document.write( "What was the price of tickes sold in advance by y:\r
\n" );
document.write( "\n" );
document.write( "this is what I do know:\r
\n" );
document.write( "\n" );
document.write( "x+y=45
\n" );
document.write( "15x+25y=825\r
\n" );
document.write( "\n" );
document.write( "the answer is x=$30 y=15\r
\n" );
document.write( "\n" );
document.write( " But I dont know what they did to 15x+25y=825 to get the answer.
\n" );
document.write( "I was subtracting 25y from each side and then dividing to get Y and that isn't working for me.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #68931 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x+y=45 \n" ); document.write( "15x+25y=825 \n" ); document.write( "the answer is x=$30 y=15 \n" ); document.write( "But I dont know what they did to 15x+25y=825 to get the answer \n" ); document.write( "------------------ \n" ); document.write( "x = 45-y \n" ); document.write( "Substitute so you can solve for y, as follows: \n" ); document.write( "15(45-y) + 25y = 825 \n" ); document.write( "675 - 15y + 25y = 825 \n" ); document.write( "10y = 150 \n" ); document.write( "y = $15 (price of a same-day ticket) \n" ); document.write( "45-15 = $30 (price of an advanced-sale ticket) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |