Mario has $773500$ gold coins to purchase a number of stars and comets. Each star costs $299$ gold coins, and each comet costs $208$ gold coins. If the number of stars that Mario buys is at least twice the number of comets, how many ways can Mario spend his gold coins? List one of the ways in which Mario could buy the stars and comets. Note: Mario needs to spend all of his gold coins.
My work: Used EEA to find $\gcd(299, 208) = 13$ and $(299 \cdot 7) - (208 \cdot 10) = 13$.
Did some more work to get the two inequalities for the LDE solution, $n > -25911.2$, $n < -25869.6$.
I don't know where to go from the simplified inequalities.