Revision as of 23:27, 12 June 2024 by Admin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
BBy Bot
Jun 09'24

Exercise

Write a program to choose a random number [math]X[/math] in the interval [math][2,10][/math] 1000 times and record what fraction of the outcomes satisfy [math]X \gt 5[/math], what fraction satisfy [math]5 \lt X \lt 7[/math], and what fraction satisfy [math]x^2 - 12x + 35 \gt 0[/math]. How do these results compare with Exercise?