document.write( "Question 1111600: Admission to the country fair is $5. It cost an additional $0.50 for each ride ticket. What is the equation represents the cost of going to the fair and buying any number of ride tickets? \n" ); document.write( "
Algebra.Com's Answer #726592 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number of ride tickets be x \n" ); document.write( "Admission ticket = $5 \n" ); document.write( "ride ticket = $0.50\r \n" ); document.write( "\n" ); document.write( "Let y be the total cost\r \n" ); document.write( "\n" ); document.write( "y = 5+0.50x \n" ); document.write( " |