Question: Finding a smallest N such that an expression is less than a value

 

This is my question:

 

Given (1/6)*pi^2-(Sum(1/n^2, n = 1 .. N)) < 0.1e-2, how would would I find the smallest N such that the inequality holds?

 

I tried using solve command to no avail. Any suggestions?

Please Wait...