Programs like
10 Y=120 for I=1 to 15030 V=((2^Y+4^Y+8^Y)/3)^(1/Y)40 print " ";Y,1/Y,V50 Y=Y/260 next
and
10 Y=120 for I=1 to 15030 V=((2^Y+6^Y+18^Y)/3)^(1/Y)40 print " ";Y,1/Y,V50 Y=Y/260 next
using the extended precision of UBASIC,
make it seem the respective answers are 4 and 6.
blackjack
flooble's webmaster puzzle