Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
24
1
avatar+1855 

Find the number of integers n that satisfy n2<6420nn2.

 Apr 3, 2024
 #1
avatar+130466 
+1

Simplify as

 

2n^2 + 20n - 64 <  0

 

n^2 + 10n - 32  <  0       set up as an equality

 

n^2  + 10n  =  32          complete the square on  n

 

n^2 + 10n + 25  = 32 + 25

 

( n + 5)^2  =  57      take  both roots

 

n + 5  =  sqrt (57)      and    n + 5 =  -sqrt (57)

 

n = sqrt (57)  - 5   ≈ 2.5             n  =  -5 -sqrt (57) ≈ -12.5

 

These  are roots of the quadratic which opens upward.....every integer between  them will cause the given inequality to be <  0

 

The number of intgers  =  2  - -12 + 1  =  2 + 12 + 1  =  15

 

cool cool cool

 Apr 3, 2024

0 Online Users