1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
e-lub [12.9K]
3 years ago
10

Assume we have two lists, list A and list B. List A contains the numbers [20,10,20], while list B contains the numbers [40,10,30

,20,40,30]. We choose one number from list A randomly and one number from list B randomly. What is the chance that the number we drew from list A is larger than or equal to the number we drew from list B
Computers and Technology
1 answer:
Tcecarenko [31]3 years ago
8 0

Answer:

5/ 18

Explanation:

Given :

List A: [20,10,20]

List B: [40,10,30,20,40,30]

Chance that number drawn from list A is larger than or equal to that drawn dlfrom list B.

If:

A = 20

B ≤ 20 : [10,20] = 2

A = 10

B ≤ 10 : [10] = 1

A = 20

B ≤ 20 : [10,20] = 2

Probability = Required outcome / Total possible outcomes

Hence,

required outcome = (2 + 2 +1) = 5

Total possible outcomes = 3C1 * 6C1 = (3 * 6) = 18

Hence,

chance that the number we drew from list A is larger than or equal to the number we drew from list B

= 5 / 18

You might be interested in
How can development in ICT be utilized to speed up the development and integration efforts
valina [46]

Answer:

Research question 1:

How do exposure to and use of ICTs in school affect future employment?

The impact of ICT use in school and student exposure to ICTs, and the nature of use and exposure, on student employability in developing has not been well documented. Tracer studies of the impact of ICTs on further study and employment would be useful, as this could be a useful additional measure of educational quality, beyond standardized testing results.

Research question 2:

What is the impact of ‘computer-literacy’ instruction in schools?

In most circumstances in LDC schools, ICTs are used almost exclusively to provide instruction in “computer literacy’. Emerging research from OECD experience suggests such instruction may not be a productive use of time or resources – is this true in LDCs?

Research question 3:

What is the gender impact of ICTs in education on access, use of, attitudes toward, and learning outcomes?

Studies of the potential differential impact of ICT use by gender on student access to learning in a variety of LDC contexts need to be done.

Research question 4:

How can ICTs be used to present, comment on and discuss student work, and what are the implications of such impact?

The effects of using ICTs to present and discuss student work are not well researched.

Research question 5:

Are some school subjects better suited for ICT integration than others?

Given that access to ICTs in schools is quite limited, it would be useful to know if certain ICT applications are better suited to use in certain school subjects and others and, if so, how ICTs can be utilized to aid teaching and learning in such subjects.

Explanation:

6 0
3 years ago
Which of the following is a template definition?
musickatia [10]

Answer:

b. template<classT>.

Explanation:

Template functions are that can work with generic types. Template lets us to create a function so that more than 1 type or class can adapt  the functionality of that function.

We can write the template function as following:-

template<class typename>.

It matches to the option b.

5 0
3 years ago
Pictures that you can click on to tell your computer what to do.
Tom [10]
What do you mean ? I’m confused..
6 0
3 years ago
Read 2 more answers
Assign a variable solveEquation with a function expression that has three parameters (x, y, and z) and returns the result of eva
larisa [96]

Answer:

<em>The programming language is not stated;</em>

<em>However, the program written in Python is as follows</em>

def solveEquation(x,y,z):

     result = z - y + 2 * x

     print(result)

x = float(input("x = "))

y = float(input("y = "))

z = float(input("z = "))

print(solveEquation(x,y,z))

Explanation:

This line defines the function solveEquation

def solveEquation(x,y,z):

This line calculates the expression in the question

     result = z - y + 2 * x

This line returns the result of the above expression

     print(result)

The next three lines prompts user for x, y and z

x = float(input("x = "))

y = float(input("y = "))

z = float(input("z = "))

This line prints the result of the expression

print(solveEquation(x,y,z))

3 0
3 years ago
Which of these is the most likely result if the internet download speed in your home is 25 Mbps?
sashaice [31]

Answer:

Streaming movies may stop to buffer

Explanation:

microphones have a set record limit, and games downloaded wont generate errors unless something in the code is wrong, printers don't really need to connect to internet to work except for some, and streaming movies buffer because as you are watching them it downloads the next few minutes.

3 0
3 years ago
Other questions:
  • 23. For the 16-bit binary number 1001 0101 1100 0011, show the effect of: a. A right shift of 4 bits with zero fill. b. A right
    13·2 answers
  • When we insert a new node into a red-black tree, we set the color of the newly inserted node n to red. observe that if we had ch
    15·1 answer
  • PLZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    11·2 answers
  • Please help me complete this task for ICT! Its about Hardware and Software
    12·1 answer
  • How do you reduce computer screen flicker
    11·1 answer
  • Enterprise Resource Planning (ERP) is an example of a single user database.
    7·1 answer
  • What is the output of the C++ codeabove?
    14·1 answer
  • Java public class Odds { public static void main(String[] args) { printOdds(3); printOdds(17/2); int x = 25; printOdds(37 – x +1
    12·1 answer
  • Peripeteia is also referred to as __________.
    5·2 answers
  • HI How are you anyways are any of you intreseted in my giveaway
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!