document.write( "Question 1083064: I am not a student, but I need to solve a problem related to the cost of an activity; sadly, my receipt does not break down the cost per person. Total amount paid is $4642.00 for tickets for 5 adults and 1 youth. The youth ticket price is discounted 20% off the adult ticket price.\r
\n" ); document.write( "\n" ); document.write( "I think the problem is:
\n" ); document.write( "5x + (x - 20%) = 4642\r
\n" ); document.write( "\n" ); document.write( "However, it has been approximately 35 years since I have done algebra and I do not remember how to handle the x - 20% portion of equation. I need to find the price of an adult for this activity. I'm not completely sure if this is a one variable equation or 2... HELP!\r
\n" ); document.write( "\n" ); document.write( "Thanks!
\n" ); document.write( "

Algebra.Com's Answer #697059 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
We have two unknowns: the cost of one adult ticket, and the cost of one youth ticket\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since we have two unknowns, let's make
\n" ); document.write( "x = the cost of one adult ticket
\n" ); document.write( "y = the cost of one youth ticket
\n" ); document.write( "both costs are in dollars\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The fact that \"The youth ticket price is discounted 20% off the adult ticket price\" implies\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "cost of youth ticket = (cost of adult ticket) - (20% of cost of adult ticket)
\n" ); document.write( "y = x - (20% of x)
\n" ); document.write( "y = 1x - 0.2x
\n" ); document.write( "y = (1 - 0.2)x
\n" ); document.write( "y = 0.8x
\n" ); document.write( "So whatever the adult ticket cost is, you take 80% of it to get the youth ticket cost.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We're also given \"Total amount paid is $4642.00 for tickets for 5 adults and 1 youth\", so this means,
\n" ); document.write( "5x+y = 4642.00\r
\n" ); document.write( "\n" ); document.write( "We can replace the 'y' with 0.8x since the two expressions are equal. We now have
\n" ); document.write( "5x+0.8x = 4642.00\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's solve for x
\n" ); document.write( "5x+0.8x = 4642.00
\n" ); document.write( "5.8x = 4642.00
\n" ); document.write( "5.8x/5.8 = 4642.00/5.8
\n" ); document.write( "x = 800.344827586207
\n" ); document.write( "the last value above is approximate. Round this to the nearest penny to get 800.34\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the cost of one adult ticket is roughly $800.34\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The cost of one youth ticket is y = 0.8*x = 0.8*800.34 = 640.272 which rounds to $640.27\r
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "In summary,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "One adult ticket costs $800.34
\n" ); document.write( "One youth ticket costs $640.27\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We can check the answer below
\n" ); document.write( "5x+y = 4642.00
\n" ); document.write( "5*800.34+640.27 = 4642.00
\n" ); document.write( "4001.7+640.27 = 4642.00
\n" ); document.write( "4641.97 = 4642.00\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: due to rounding error, we're off by a few pennies (3 cents to be exact). So I recommend that you make sure you wrote down the proper values. I have a feeling there's a typo somewhere. If not, then it's possible that the rounding error occurred elsewhere.
\n" ); document.write( "
\n" );