Matthew Z. answered 12/02/20
UCSD Honors Student for Math, Programming, and Chemistry Tutoring
In order to solve this problem, you have to create a system of equations. Given that you have a total of 26 dimes and quarters which have a total value of $3.65, you can write conclude the following:
let y = the number of quarters and x = the number of dimes
x + y = 26 (since you have a total of 26 quarters and dimes)
.25y + .10x = 3.65 (the total value of the coins is $3.65 with each quarter and dime being $.25 and $.10 respectively)
After this, you can multiply the second equation by a factor of 10 or 4 and subtract it from the first equation to eliminate a variable. Then, solve for the remaining variable. I hope this helps!
Red R.
Thank you!12/02/20