单选题A jar contains 4 red, 1 green, and 3 yellow marbles. If 2 marbles are drawn from the jar without replacement, what is the probability that both will be yellow?A3/8B3/28C1/4D3/56E5/56

单选题
A jar contains 4 red, 1 green, and 3 yellow marbles. If 2 marbles are drawn from the jar without replacement, what is the probability that both will be yellow?
A

3/8

B

3/28

C

1/4

D

3/56

E

5/56


参考解析

解析:
There are eight marbles in the jar. The probability of choosing the first yellow marble is 3/8. The probability that your second marble will also be yellow is 2/7. The probability that both will be yellow is 3/8×2/7=6/56=3/28.

相关考题:

考虑如下数组$multi_array,怎样才能从数组$multi_array中找出值cat?( )$multi_array= array(‘red’,’green’,42=’blue’,’yellow’=array(‘apple’,9=’pear’,’banana’,’orange’=array(‘dog’,’cat’,’iguana’))) A.$multi_array[‘yellow’][‘apple’][0]B.$multi_array[‘blue’][0][‘orange’][1]C.$multi_array[3][3][2]D.$multi_array[‘yellow’][‘orange’][1]

设有说明var color:(red,green,yellow,blue);a:boolean;下面语句正确的是( )。 Aolor:=‘green‘;Bwriteln(green);Cwriteln(color);Da:=color=red;

在下列程序段中,enumcolor{red,yellow,blue,green,white}c1;c1=white;枚举变量c1的值是() A、1B、4C、5D、6

在下列程序段中,enumcolor{red,yellow,blue=4,green,white}c1,c2;c1=yellow;c2=white;枚举变量c2的值是() A、1B、3C、5D、6

( 18 )下列枚举类型的定义中,包含枚举值 3 的是A ) enum test {RED, YELLOW, BLUE, BLACK};B ) enum test {RED, YELLOW=4, BLUE, BLACK};C ) enum test {RED=-1, YELLOW,BLUE, BLACK};D ) enum test {RED, YELLOW=6, BLUE, BLACK};

已知枚举类型声明语句为: enumCOLOR{WHITE,YELLOW,GREEN=5,RED,BLACK=10}; 则下列说法中错误的是A.枚举常量YELLOW的值为1B.枚举常量RED的值为6C.枚举常量BLACK的值为10D.枚举常量WHITE的值为1

enumcolor{red,green,yellow=5,white,black}定义了一枚举类型。编译程序为值表中各标识符分配的枚举值依次为()。 A.1、2、3、4、5B.0、1、5、2、3C.0、1、5、6、7D.3、4、5、6、7

Restricted areas at locks and dams are indicated by ______.A.flashing red lights upstream and fixed red lights downstremB.yellow unlighted buoysC.signs and / or flashing red lightsD.red daymarks upstream and green daymarks downstream

下列枚举类型的定义中,包含枚举值3的是A.enum test{RED,YELLOW,BLUE,BLACK};B.enum test{RED,YELLOW=4,BLUE,BLACK};C.enum test{RED=-1,YELLOW,BLUE,BLACK};D.erium test{RED,YELLOW=6,BLUE,BLACK};

WhichofthefollowingisthecorrectwiringorderforanRJ-11twolinejack?() A.Black,Green,Red,YellowB.Black,Red,Green,YellowC.Red,Black,Green,YellowD.Yellow,Red,Green,Black

在下列枚举类型的定义中,包含枚举值3的是A.entire test(RED,YELLOW,BLUE,BLACK);B.entire test(RED,YELLOW,BLUE,BLACK);C.enum test(RED=-1,YELLOW,BLUE,BLACK);D.enum test(RED,YELLOW=6,BLUE,BLACK);

以下代码完成画线功能,所画线的颜色是( )。 (1)g.setColor(Color.red.green.cyan.yellow); (2)g.drawLine(0,0,100,100):A.redB.greenC.yellowD.cyan

在下列程序段中,枚举变量 c1的值是()。enum color { red,yellow,blue=4,green,white}c1; c1=yellow; c1=white;A 1B 3C 5D 6

A special daymark is a ______.A.red-and-white octagonB.daymark with a yellow stripe on itC.green squareD.yellow diamond

A vessel trawling will display a ______.A.red light over a white lightB.green light over a white lightC.yellow light over a red lightD.white light over a green light

在RGB彩色模型中,如果要产生黄色(Yellow),应是()颜色的混合。A、Red+Green+BlueB、Red+GreenC、Red+BlueD、Green+Blue

以下程序的输出结果是()。enumColor{Red,Green=2,Blue}staticvoidMain(string[]args){Colorc=0;Colorc1=(Color)2;Console.WriteLine("{0},{1}",c,c1);Console.Read();}A、Green,RedB、Red,GreenC、Red,BlueD、Green,Blue

Which of the following is the correct wiring order for an RJ-11 two line jack?()A、Black,Green,Red,YellowB、Black,Red,Green,YellowC、Red,Black,Green,YellowD、Yellow,Red,Green,Black

Given the following scripts, what output would be generated() usr/local/bin/scriptl    #!/usr/bin/ksh    VARl=red    export VARl=green    VARl=blue    /usr/local/bin/script2    ARl=yellow   /usr/local/bin/script2     #!/bin/ksh   echo "The sky is ${VAR1}."A、The sky is red.B、The sky is blue.C、The sky is green.D、The sky is yellow.

单选题A bag contains three green marbles, four blue marbles, and two orange marbles. If a marble is picked at random, what is the probability that an orange marble will NOT be picked?A1/4B1/3C4/11D1/2E9/7

问答题If there are only red, blue, and green marbles in a jar, what is the ratio of red to blue marbles?  (1) The ratio of red to green marbles is 2:3.  (2) The ratio of green to blue marbles is 6:5.

单选题A jar contains 54 marbles each of which is blue, green, or white. The probability of selecting a blue marble at random from the jar is 1/3, and the probability of selecting a green marble at random is 4/9. How many white marbles does the jar contain?A6B8C9D12E18

单选题A jar contains 10 blue, 8 green, and 6 red marbles. Every time a marble is removed from the jar, it is not replaced. What is the probability, to the nearest hundredth, that the second marble chosen is green if the first marble chosen is green?A0.28B0.29C0.30D0.31E0. 32

单选题Given the following scripts, what output would be generated() usr/local/bin/scriptl    #!/usr/bin/ksh    VARl=red    export VARl=green    VARl=blue    /usr/local/bin/script2    ARl=yellow   /usr/local/bin/script2     #!/bin/ksh   echo "The sky is ${VAR1}."AThe sky is red.BThe sky is blue.CThe sky is green.DThe sky is yellow.

单选题A student is instructed to arrange four cards in a row on a table. She has six cards to choose from, each of which has a different color: black, red, blue, green, yellow, and brown. If the student follows these instructions but otherwise chooses her cards randomly, what is the probability that her arrangement will be blue, red, yellow, and green, in that order?A1/90B1/ 180C1/360D1/540E1/720

单选题A jar contains 4 red, 1 green, and 3 yellow marbles. If 2 marbles are drawn from the jar without replacement, what is the probability that both will be yellow?A3/8B3/28C1/4D3/56E5/56

单选题You have berthed in a area with other tank vessels. What signal is displayed by a vessel to indicate it is transferring flammable or combustible liquid cargo?().AA flashing yellow lightBA red light visible all around the horizonCA green light visible all around the horizonDAn illuminated red and yellow caution flag

单选题enum color{red,green,yellow=5,white,black};定义了一枚举类型。编译程序为值表中各标识符分配的枚举值依次为()。A1、2、3、4、5B0、1、5、2、3C0、1、5、6、7D3、4、5、6、7