Question 1098972
<pre>
That's a binomial probability problem with n=7 trials, p = 1/4,
and x=0 OR x=1

There are two ways, by formula or by graphing calculator.

By formula first (the long way):

{{{expr(n!/(x!(n-x)!))p^x*(1-p)^(n-x)}}}

Using x=0

{{{expr(7!/(0!(7-0)!))(1/4)^0*(1-1/4)^(7-0)}}}

{{{expr(7!/(1(7)!))(1)*(3/4)^7}}}

{{{expr(7!/(7!))(1)*(3^7/4^7)}}}

{{{(1)(1)(2187/16384)}}}

{{{2187/16384}}}

Using x=1

{{{expr(7!/(1!(7-1)!))(1/4)^1*(1-1/4)^(7-1)}}}

{{{expr(7!/(1(6)!))(1/4)*(3/4)^6}}}

{{{expr(7!/(6!))(1/4)*(3^6/4^6)}}}

{{{expr((7*6*5*4*3*2*1)/(6*5*4*3*2*1))(1/4)(729/4096)}}}

{{{expr((7*cross(6*5*4*3*2*1))/(cross(6*5*4*3*2*1
)))(729/16384)}}}

{{{7*(729/16384)}}}

{{{5103/16384}}}

Use the fact that OR means to ADD

{{{2187/16384}}}{{{""+""}}}{{{5103/16384}}}

{{{7290/16384}}}

{{{0.4449462891}}}

By graphing calculator, if you have a TI-83 or TI-84,

Press 2ND VARS
Scroll to binomcdf(
Press ENTER

You may or may not see the next screen, depending of
the age of your calculator or the settings in MODE
If you see this screen, make it read this way:

                binomcdf
         trials:7
         p:1/4
         x value:1
         Paste

If you have that screen, scroll to 'Paste' and press ENTER

Whether you have that screen or not you should have this on
your main screen, whether you have to type it in or it's
already there:

binomcdf(7,1/4,1)

Press ENTER

Read    .4449462884

Edwin</pre>