\TITLE Random Values Demo \TF A T {$A=RNI(2,5)}{$B=RNI(6,9)}{$A} + {$B} = {$A+B}. \MC A C B A {$F=RNI(2,9)}{$B=3*F}Johnny has {$F} friends. Each of Johnny's friends has {$B} beans. How many beans are there all together? A. {$F} B. {$2*F} C. {$F*B} D. {$B} \FF A 6 {$h=rni(1,9)}{$t=rni(1,9)}{$d=rni(1,9)}{$n=100*h + 10*t + 0.001*d}The measurement {$n:3} seconds has how many significant digits? \TF A F {$x=rni(1,9)}{$y=rni(1,9)} {$x} + {$y} = {$x + 1} (A bad question!) \TF A F {$x=rni(1,9)}{$y=rni(2,9)} {$x} + {$y} = {$x + 1} (A correct question...} \MC A C {$F=RNI(2,9)}{$B=3*F}Johnny has {$F} friends. Each of Johnny's friends has {$B} beans. How many beans are there all together? A. {$F} B. {$2*F} C. {$F*B} D. {$B + F} E. {$B - F} \MC A C {$F=RNI(2,9)}{$B=3*F}Johnny has {$F} friends. Each of Johnny's friends has {$B} beans. How many beans are there all together? A. {$F} B. {$2*F} C. {$F*B} D. {$B + F} \MC A A {$a=rni(2,6)}{$t=rni(2,8)}A car accelerates uniformly at {$a} m/s{$exp 2} for {$t} seconds. How far has it traveled in this time? A. {$0.5*A*T*T} meters B. {$A*T*T} meters C. {$0.5*A*A*T} meters D. {$A*T} meters \FF {$A=rni(1,9)}{$B=rni(1,9)}What is {$size=18 {$A} + {$B}}? \A {$A+B} \FF A {$A+B} {$A=rni(1,9)}{$B=rni(1,9)}What is {$size=18 {$A} + {$B}}?