Given:
- Bill has $1, $5, and $10 bills in the ratio 10:5:1.
- We need to find how many $10 bills Bill has.
Step 1: Define variables based on the ratio.
- Let the number of $1 bills be 10x.
- Let the number of $5 bills be 5x.
- Let the number of $10 bills be x.
Step 2: Analyze the statements.
(1) The dollar value of the $1 bills equals the dollar value of the $10 bills.
- The dollar value of the $1 bills = 10x * 1 = 10x.
- The dollar value of the $10 bills = x * 10 = 10x.
- This condition is always true for any value of x, so it doesn't provide new information to solve for x.
- Insufficient.
(2) Bill has a total of $225.
- The total value of all bills = (10x * 1) + (5x * 5) + (x * 10) = 10x + 25x + 10x = 45x.
- We are told the total value is $225: 45x = 225.
- Solving for x: x = 225 / 45 = 5.
Step 3: Conclusion.
- The number of $10 bills is x = 5.
Answer: 5