document.write( "Question 955185: Bailey goes to an amusement park. The admission fee is $6. Tickets cost $5 each. one ticket is needed for each ride. write a function to show the total amount of money Bailey spends at the amusement park. \n" ); document.write( "
Algebra.Com's Answer #583445 by macston(5194)![]() ![]() You can put this solution on YOUR website! r=number of rides ridden \n" ); document.write( "Cost=$6+$5r \n" ); document.write( " |