SOLUTION: for how many positive integers N do the square root of N differ from 10 by less then 2?

Algebra ->  Customizable Word Problem Solvers  -> Evaluation -> SOLUTION: for how many positive integers N do the square root of N differ from 10 by less then 2?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 477216: for how many positive integers N do the square root of N differ from 10 by less then 2?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
for how many positive integers N do the square root of N differ from 10 by less then 2?
------
Solve |sqrt(N)-10| < 2
----
-2 < sqrt(N)-10 < 2
---
Add 10 along the line to get:
8 < sqrt(N) < 12
----
Square along the line to get:
64 < N < 144
=====================
Cheers,
Stan H.