document.write( "Question 974643: Marcy had $12.00 to spend at the state fair. She spent all of it on ride tickets. The rides cost $0.50, $1.00, or $1.25 each. What are three possible ways she spent her money?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #807997 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = number of $0.50 tickets \n" ); document.write( "y = number of $1.00 tickets \n" ); document.write( "z = number of $1.25 tickets\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---> find the solutions to 0.5x + y + 1.25z = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "possible solutions: (24, 0, 0), (0, 12, 0), (14, 0, 4), etc. \n" ); document.write( " |