document.write( "Question 1158758: Matthew brought $24.00 to the state fair. He bought a burger, a souvenir, and a pass. The burger was
\n" );
document.write( "1
\n" );
document.write( "3
\n" );
document.write( " as much as the souvenir, and the souvenir cost
\n" );
document.write( "1
\n" );
document.write( "2
\n" );
document.write( " the cost of the pass. Matthew had $1.50 leftover after buying these items that was the cost of each item? \n" );
document.write( "
Algebra.Com's Answer #781738 by Boreal(15235) You can put this solution on YOUR website! souvenir is 3x \n" ); document.write( "burger is x \n" ); document.write( "pass is 6x \n" ); document.write( "The total cost of the items was $22.50, after subtracting $1.50 from $24.00 \n" ); document.write( "so 10x=$22.50 \n" ); document.write( "x=$2.25 for burger \n" ); document.write( "$6.75 for souvenir \n" ); document.write( "$13.50 for pass\r \n" ); document.write( "\n" ); document.write( "Often, it is preferable to make the smallest one x and deal with integers rather than fractions. \n" ); document.write( " |