There's a formula for this sort of thing, but let's start from how you might tackle this if you didn't know the formula. Let's let the variable t mean how many years after Jan 29, 2020.
We might already know that radioactive decay is an exponential decay, meaning it follows a curve that looks something like
y = Aect
Where y is the amount of Curium left after t years. We already have one bit of info: when t=0 (i.e. today), there are 980 grams left. Plugging that in, we have
980 = Ae0 = A
So we've already solved for A. Next, we know that when t=29.1, y will be half of 980 or 490. Let's plug that in:
490 = 980ec(29.1)
Now solve for c. first divide both sides by 980:
0.5 = ec(29.1)
To get rid of the e on the left, do the opposite operation to exponentiation, which is take the natural logarithm of both sides:
ln(0.5) = 29.1*c
c = -ln(2)/29.1 ≈ -0.02382
So we've solved for c, and we have the final equation. Depending on your teacher's preferences you might either want to leave c in exact form, or in its decimal approximation. I'm just going to use a decimal here since it's neater to format.
y = 980e-0.02382t
To determine how many grams there will be in 2170, figure out what value of t that represents, then plug that value into your equation and simplify to get y. I'll leave the last step to you!