This game and design is still a W.I.P, however the answer is correct, but only shows in approximate form.
Current State:
Takes current date, makes it into a quadratic equation, and solves for an approximate value.
this is a lot easier to do than simplifying numbers for an exact value.... perhaps will do that in the future if this persists as a daily or weekly thing I like to do.
the + or - for the initial equation is determined based on a random number generator
The formatting is appropriate, but not fully done. I'd like to split up the answer line
this is not easily done, as I don't completely know what I'm doing. I took the math code from here
Still to Do
Would eventually like to show the answer in exact form instead of approximate value.