The first thing we should know is the value of each currency:
nickels = 0.05 $
dimes = 0.1 $
Let
x: number of nickels
y: number of dimes
We write the system of equations:
0.05x + 0.1y = 6.30
x + y = 100
To find the solution, you can graph both lines. The intersection between both lines is the number of nickels and dimes.
answer
Graph both lines in the same Cartesian plane and see where they intersect.