
Osman A. answered 11/26/21
Professor of Engineering Mathematics – College Algebra, Algebra 2 & 1
How many of each type of coin does Jamie have? Jamie has a collection of 78 nickels,dimes,and quarters worth $12.40.If the number of quarters is doubled,the value becomes $22.15.
Detailed Solution:
Given/Known: nickels = n, dimes = d, quarters = q
n + d + q = 78 ==> Equation 1
0.05n + 0.1d + 0.25q = 12.40 ==> Equation 2
0.05n + 0.1d + 0.25(2q) = 22.15 <== (Double the quarters to get $22.15)
0.05n + 0.1d + 0.5q = 22.15 ==> Equation 3
In TI-84 Plus/TI-83 Plus:
1) Create (3 x 4) Matrix A and enter the coefficients of Equation 1, Equation 2, Equation 3 (Steps: 2nd Matrix ==> Edit ==> 3 x 4 ==> enter the coefficients)
2) Solve the Matrix: rref(A) (Steps: 2nd Matrix ==> Math ==> rref(A))
Solution: Numbers of: (nickels, dimes, quarters) = (n, d, q) = (25, 14, 39) <== Final Answer
Check the three Equations:
Equation 1: n + d + q = 78 ==> 25 + 14 + 39 = 78
Equation 2: 0.05n + 0.1d + 0.25q = 12.40 ==> 0.05(25) + 0.1(14) + 0.25(39) = 12.40
Equation 3: 0.05n + 0.1d + 0.5q = 22.15 ==> 0.05(25) + 0.1(14) + 0.5(39) = 22.15