Let's denote the price of an adult ticket as \( a \) and the price of a child ticket as \( c \).
a) Friday's Equation
On Friday, 10 adults and 25 children went to the movie for a total cost of $670. We can represent this situation with the following equation: \[ 10a + 25c = 670 \]
b) Sunday's Equation
On Sunday, 5 adults and 10 children went to the movie for a total cost of $290. We can represent this situation with this equation: \[ 5a + 10c = 290 \]
c) Best Algebraic Method
Given how the equations are set up, the best algebraic method to use for solving this system of equations is the substitution method or the elimination method. Both methods are viable, but in this case, elimination might be more straightforward since we have clear coefficients for both \( a \) and \( c \).
d) Cost of an Adult Ticket
To solve for \( a \) and \( c \), we can use the elimination method.
First, let's simplify the second equation from part (b): \[ 5a + 10c = 290 \quad \text{(divide everything by 5)} \] This simplifies to: \[ a + 2c = 58 \quad \text{(Equation 2)} \]
Now we have the following system of equations:
- \( 10a + 25c = 670 \) (Equation 1)
- \( a + 2c = 58 \) (Equation 2)
Next, we can multiply Equation 2 by 10 to align it with Equation 1: \[ 10a + 20c = 580 \quad \text{(Equation 3)} \]
Now we can subtract Equation 3 from Equation 1: \[ (10a + 25c) - (10a + 20c) = 670 - 580 \] This simplifies to: \[ 5c = 90 \] Now, solving for \( c \): \[ c = 18 \]
Now that we have \( c \), we can substitute it back into Equation 2 to find \( a \): \[ a + 2(18) = 58 \] \[ a + 36 = 58 \] \[ a = 58 - 36 \] \[ a = 22 \]
Thus, the cost of an adult ticket is: \[ \boxed{22} \]
Summary of Results:
- Price of an adult ticket \( a = 22 \)
- Price of a child ticket \( c = 18 \)