To solve the problem, we can define two variables:
- Let \( x \) represent the number of hardcover books Santiago bought.
- Let \( y \) represent the number of softcover books Santiago bought.
From the problem, we know two things:
-
Santiago bought a total of 26 books: \[ x + y = 26 \]
-
Santiago spent a total of $30, with hardcover books costing $2.00 each and softcover books costing $1.00 each: \[ 2x + 1y = 30 \]
Now we can set up the system of equations: \[
- \quad x + y = 26 \quad \text{(Equation 1)} \] \[
- \quad 2x + y = 30 \quad \text{(Equation 2)} \]
Step 1: Solve the System of Equations
We can solve this system using the substitution or elimination method. In this case, we'll use the substitution method.
From Equation 1, we can express \( y \) in terms of \( x \): \[ y = 26 - x \]
Now we substitute \( y \) in Equation 2: \[ 2x + (26 - x) = 30 \]
Step 2: Simplify and Solve for \( x \)
\[ 2x + 26 - x = 30 \] \[ x + 26 = 30 \] \[ x = 30 - 26 \] \[ x = 4 \]
Step 3: Find \( y \)
Now that we have \( x \), we can find \( y \): \[ y = 26 - x = 26 - 4 = 22 \]
Conclusion
Santiago bought:
- \( x = 4 \) hardcover books
- \( y = 22 \) softcover books
Verification
Now let's verify if these numbers satisfy both original equations:
-
Total number of books: \[ x + y = 4 + 22 = 26 \quad \text{(Correct)} \]
-
Total cost: \[ 2x + 1y = 2(4) + 1(22) = 8 + 22 = 30 \quad \text{(Correct)} \]
Final Answer
Santiago bought 4 hardcover books and 22 softcover books.