document.write( "Question 790949: A couple purchased two hockey tickets and two basketball tickets for $153.92. A hockey ticket is $4.32 more than a basketball ticket. What are the costs of each individual ticket?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Can you show me how you work it? \n" );
document.write( "
Algebra.Com's Answer #479376 by Cromlix(4381) You can put this solution on YOUR website! Basketball ticket = x \n" ); document.write( "Hockey ticket = x + 4.32 \n" ); document.write( "A couple purchased two hockey tickets and two basketball tickets for $153.92 \n" ); document.write( "$153.92 = 2*(x + 4.32) + 2*x \n" ); document.write( "$153.92 = 2x + 8.64 + 2x \n" ); document.write( "$153.92 = 4x + 8.64 \n" ); document.write( "$153.92 - $8.64 = 4x \n" ); document.write( "4x = $145.28 \n" ); document.write( "x = $36.32 \n" ); document.write( "Basketball ticket costs $36.32 \n" ); document.write( "Hockey ticket costs $40.64. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |