Without direct evaluation, determine which of these expressions has a greater numerical value:
2√10 OR 32
The following does not evaluate either of the two values, but shows 3^2 is larger than 2^sqrt(10):
>> sqrt(10)
ans =
3.16227766016838
>> log10(2)*ans
ans =
0.951940430328792
>> log10(3)*2
ans =
0.954242509439325
|
Posted by Charlie
on 2023-01-18 09:54:46 |