A student wants to check six websites. Four of the websites are social and two are school-related. After checking just two sites, she has to leave for school. What is the approximate probability that she checked a social website first, then a school-related website?.

Answers

Answer 1

The approximate probability that she checked a social website first, then a school-related website is known to be 0.267

What is the check about?

In the above scenario, there are:

Total number of websites = 6

Number of school websites = 2

Number of social websites = 4

When she checks the social website first, the probability of checking a social website  is said to be 4/6

If one social website is checked, she is left with 3 social website and 2 school websites. So now the total number of websites will be 5.

The probability that the 2nd website that she checks is school related will be = 2/5

Therefor, the approximate probability that she checked a social website first, then a school-linked website is =

4/6 x 2/5

= 0.267

Therefore, the answer will be  0.267 probability level.

Learn more about websites from

https://brainly.com/question/10475324

#SPJ3


Related Questions

Explain why the connection times out despite adding the 'permit' statement for the End_User network to the ACL.

Answers

The connection timed out despite adding the 'permit' statement for the End_User network to the ACL because permission to be granted access was denied.

What is ACL?

ACL is an acronym for access control list which is the list of permissions that are related to the computer system network.

When an End-User is denied access to a network even after obtaining a permit statement, is could be that the End-User system has not been added to the list.

Learn more about network here:

https://brainly.com/question/26956118

Which draws a line while moving the pen 30 steps to the right?
from turtle import*
o drawright(30)
o move(30)
oright(30)
o forward(30)

Answers

Answer:

forward(30)

Explanation:

the turtle.forward command will move the turtle to the right

You can click the tabs at the bottom of a workbook to switch between.

Answers

Notes or screens? I think

Because of the Patriot Act of 2001, law enforcement officials:

OA. can access your email
activity more easily.

OB. must periodically check your online activity.

OC. are not authorized to monitor your emails.

OD. need permission to view your text messages.

Answers

Based on  the Patriot Act of 2001, law enforcement officials must periodically check your online activity.

What is the role of Patriot Act ?

The USA Patriot Act is known to be an Act that hinders and punishes terrorist attacks that is done in any part of the United States and abroad via enhanced law enforcement and others.

Therefore, Based on  the Patriot Act of 2001, law enforcement officials must periodically check your online activity to see if there is threat to national security.

Learn more about Patriot Act from

https://brainly.com/question/25741451

#SPJ1

Answer:

A, can access your email activity more easily

Explanation:

Trust me its correct

You have implemented a network where each device provides all other devices on the network with access to shared files. What type of network do you have

Answers

Based on the above scenario,  the type of network that you have is known as the  peer to peer network.

What is  peer-to-peer network?

In this network, all the host can give network resources to other hosts or a form of access to  resources located on other hosts, and each host is said to often be in charge of controlling access to all these resources.

Note that Polling is a media access way where one device gives permission to other devices to access the network and as such, Based on the above scenario,  the type of network that you have is known as the  peer to peer network.

Learn more about peer to peer network from

https://brainly.com/question/10571780

#SPJ1

A____
interprets an audio or video signal and compresses it.
Codec
Frequency
Bit rate
RGB

Answers

Answer:

Codec

Explanation:

A codec (encoder/decoder) is a piece of hardware or software that interprets an audio or video signal and compresses it.

HOPE THIS HELPS AND HAVE A NICE DAY <3

What's the best way to handle batteries when they become waste


Answer- Recycle them

Answers

Answer:

hi

what is the question in this?

you have already answered it yourself

________ speeds time to insights and enables better data governance by performing data integration and analytic functions inside the database.

Answers

↓Answer↓

In-database analytics speeds time to insights and enables better data governance by performing data integration and analytic functions inside the database.

Why do small amounts of impurities have such a large effect in doping semiconductors?

Answers

Answer Because the band gap is so small for semiconductors, doping with small amounts of impurities can dramatically increase the conductivity of the material

which metric reports on how often a channel contributes to a conversion prior to last-click attribution?

Answers

Which metric reports on how often a channel contributes to a conversion prior to last-click attribution? Assisted conversion; Primary conversion; Last-click attribution; Second-to-last-click attribution .

The concept of pirate radio led to the use of an online tool in which:

OA. music can be streamed or experienced online the instant it is captured.
B. musicians can adjust notes that are out of tune to make them sound better.

OC. artists can share news and concert dates with their current and future fans.

OD. friends can share audio or video files with other people on the Internet.

Answers

The concept of pirate radio led to the use of an online tool in which: A. music can be streamed or experienced online the instant it is captured.

What is a pirate radio?

Pirate radio can be defined as an illegal and unlicensed radio broadcast station that receives unauthorized communication signals across borders. Also, the transmission technique, mode, and power used by pirate radio were unauthorized.

Consequently, the concept of pirate radio led to the use of an online tool called "live streaming" in which music can be streamed or experienced online the instant it is captured.

Read more on pirate radio here: https://brainly.com/question/16724264

#SPJ1

Describe the ideal environment for a computer to work properly

Answers

The ideal environment for a computer to work properly is a cool place to avoid heating of the computer, good air circulation in the place so that the computer's fan can get cool air.

What is a computer?

Computer is an electronic device, that perform various of tasks easily that take humans much time.

It is a machine on which we can work and contains a screen and operators, like keyboard and mouse.

Thus, the ideal environment for a computer to work properly is a cool place to avoid heating of the computer, good air circulation in the place so that the computer's fan can get cool air.

Learn more about computer

https://brainly.com/question/21080395

#SPJ1

A company organizes all of its client database in order of the amount of money that the account is worth. When a new account is added, it is placed in the correct order in the database based on the worth of the account. Which classic algorithm would be best suited to perform this function

Answers

Answer:

The addition and count algorithm

Explanation:

The classic algorithm that would be best suited to perform this function is the insertion sort algorithm. The correct option is 2.

What is insertion sort algorithm?

Insertion sort is a simple sorting algorithm that is useful for sorting small databases because it is efficient for small datasets.

Iterating through an array or list and inserting each element into its proper position in the sorted sequence is how it works.

The database is sorted in this scenario based on the amount of money the account is worth. When a new account is added, it must be placed in the appropriate position in the sorted sequence.

Insertion sort can insert a new account into its correct position in the database while keeping the sorted order.

Thus, the correct option is 2.

For more details regarding insertion sort algorithm, visit:

https://brainly.com/question/13326461

#SPJ2

Your question seems incomplete, the probable complete question is:

A company organizes all of its client database in order of the amount of money that the account is worth. When a new account is added, it is placed in the correct order in the database based on the worth of the account. Which classic algorithm would be best suited to perform this function

Linear/Sequential Search Insertion Sort Selection Sort None of these

A spreadsheet program allows a user to _______. a. perform complicated calculations automatically b. deliver elegant presentation to a large audience easily c. organize, send, and retrieve e-mails quickly d. keep viruses from infecting their computers please select the best answer from the choices provided a b c d

Answers

Answer:

c

Explanation:

what special problems can occur with wireless networks

Answers

Distance from the router, as well as floors, walls, and large metal objects between a device and the router can interfere with wireless connectivity. Piggybacking, if you fail to secure your wireless network, anyone with a wireless-enabled computer in range of your access point can use your connection. Network congestion, Routers or other network equipment are overloaded with too much traffic. Speed Mismatch. This occurs when multiple users try to make use of the same server. I could go on and on.

Hope this helps!
Please give Brainliest!

You will participate in a Discussion Board with your peers to express your ideas on the unit topics. In this Discussion Board, prepare a post based on the following.

After reviewing your work for Unique Physique, the owner would like your input regarding the future of the company. In two or more paragraphs, provide your thoughts on the trends and forecasts possibilities for the gym. Also, discuss the benefits of producing the flyer for the business, what affects the presentation will have on the business, and which products can be expanded to increase profits.

Respond thoughtfully, then comment on some of the entries of your classmates. Be respectful to others. Refer to the Discussion Rubric for guidance.

Answers

The current trends and forecasts possibilities for the gym are:

Home exercise gym. .Strength training that is made up of free weights.Personal Training, etc.

What is the future of fitness?

Exercise, health and wellness  is one that is often been transformed and as such, gyms providers of fitness need to upgrade themselves both inside and outside their walls and thus make a change that can reach new customers.

Note therefore,  The current trends and forecasts possibilities for the gym are:

Home exercise gym. .Strength training that is made up of free weights.Personal Training, etc.

Learn more about gym from

https://brainly.com/question/1365564

#SPJ1

Please create a new java package and class file for each problem. 1. Given the current array of numbers - [0,2,85,71,44,6,8,54,5,21], find the largest and smallest value in the unsorted array. 2. Given the current array of integers - [235,21,5,6,21,22,5,6,1,2,3], check if the array contains either 3 or 6. 3. Create an array which contains 20 integer values. Assign a ramdom value for each array element using a for loop . Find all duplicate interger values in an array

Answers

Answer:

¿Cómo se crear un objeto de una determinada clase en Java?

Para crear un objeto de una clase se usa la palabra reservada new. Por ejemplo, Rectangulo rect1=new Rectangulo(10, 20, 40, 80); new reserva espacio en memoria para los miembros dato y devuelve una referencia que se guarda en la variable rect1 del tipo Rectangulo que denominamos ahora objeto.

Explanation:

¿Cómo pasar un objeto de una clase a otra en Java?

Para clasificar un método de otra clase, necesitamos tener el objeto de esa clase. Aquí, tenemos una clase “Student” que tiene un método getName() . Accedemos a este método desde la segunda clase SimpleTesting usando el objeto de la clase Student

what ctrl to show the font dialog box​

Answers

Answer:

Ctrl + D key  [Same time]

Explanation:

Using this imput will allow you to see the font dialog box :D

Have a great day <3

What is the purpose of a stock exchange? (Answer in your own words)

Answers

Answer:

Purpose of Stock Exchanges. Stock exchanges act as an agent for the economy by facilitating trade and disseminating information.

Explanation:

can I have some help?

Answers

Answer: String

Explanation: A int would be the for a number. A string is for word(s). Hope this helped!

Answer:

A is correct, it is widely used, and it also sounds good.

Explanation:

Strings are connected, such as coding and bricks. For example "A string of events." String is widely used in lots of subjects, including coding. It is also easy to spot.

pivottable are based on?

Answers

A pivot table is known to be based on the summary of your data and it is one that  report on different topics or explore trends.

What is pivot table?

This is known to be a summary of one's data, that can be shown in a chart that gives one room to report on and look at trends based on one's information.

Note that It often shows the value of one item that is the Base Field and also the percentage of other item known to be the Base Item.

Learn more about from

https://brainly.com/question/2222360

#SPJ1

Choose the missing term.

___ time

time.sleep(3)

1.form
2.insert
3.import

Answers

Answer:

import

Explanation:

the import keyword is used to import external modules into a python script.

how many questions are on the ap computer science principles test

Answers

Answer:
70.

Explanation:
The 2021 AP Computer Science Principles Exam is 2 hours long and includes approximately 70 multiple-choice questions. There will be three types of questions: Single-select questions (57 questions).

Hope this help’s!
Please give Brainliest!

From the following illustration, explain what process it performs and what this has to do with the computer. Show an example for your answer.

Answers

Answer: information processing

Explanation:

Information processing is the process of changing or converting information into meaningful form. Information is a processed, organized or classified data which is useful for the receiver.

The user inputs date with input device for processing, it continues to output stage which is displayed by output device like monitor, then lastly stored on a storage material

To ensure you don't forget your password, you should use one unique and safe password for all your accounts. a) True b) False

Answers

The answer is False you shouldn’t do that!

Describe the shorthand representation of the structure of a relational database. Why is it important to be able to represent the structure of a database in a shorthand fashion

Answers

The  shorthand representation is used to depict the database table in an easier way or manner.

What is the shorthand representation?

A symbol is known to be a kind of shorthand representation for the object of a specific structure.

Note that the shorthand representation is used to depict the database table in an easier way or manner. as one can be able to do things easily because there is a short cut.

It is known to tell or address the Database table in a simple and reasonable way with ease of utilization.

Learn more about Database from

https://brainly.com/question/26096799

#SPJ1

Who completes the action item form in a team meeting

Time keeper
Scribe
Recorder
Team leader
Gate keeper

Answers

Answer:

Recorder

Hope this helped! I'm not 100% if this answer is correct, though

Recorder completes the action item form in a team meeting. Thus, option C is correct.

Who is a Team Leader?

Team Leader refers to a person that is in charge of a group of people and helps them to achieve a common goal. Please note that your question is incomplete so I gave you a general overview to help you get a better understanding of the concept.

A team leader can be found in the army as a General, in business industries, and even a president can be referred to as a team leader.The Gate Keeper is typically a role that is assigned to a person who is responsible for ensuring that the meeting runs smoothly and productively.

The Gate Keeper's primary responsibility is to manage the flow of information and ensure that all participants have an opportunity to contribute and that the meeting stays on track.

Therefore, Recorder completes the action item form in a team meeting. Thus, option C is correct.

Learn more about Recorder on:

https://brainly.com/question/31388398

#SPJ2

A student made a model of isostasy by placing a block of wood in a beaker of water. what does the wooden block represent in the model?

a. a glacier
b. earth's crust
c. sea level
d. earth's mantle

Answers

The answer is B., Earth’s crust :)

Answer:

D) Earth's mantle

Explanation:

You are creating a function that will test whether a number is greater than 10 using these lines of code:
if a < 10:
print(a "is greater than 10")

can you identify one syntax error and one logic error in these lines? why do you think a programmer might have made the logic error?

Answers

Answer:

There is no indentation on the second line -  Python needs indentation for if statements to work

The if statement is incorrect - We want the if statement to check if a is greater than 10 not less than 10

A programmer might have made this error by confusing the less than and greater than signs

(I'm assuming this is python)

Which are true about using artificial intelligence? Select 2 options.

The user will always be able to figure out the computer's strategy.

The computer reaches a maximum level of skill.

Full implementation of AI is very complex.

The computer changes its performance based on experience.

The goal is that the computer will always win.

Answers

Answer:

Full implementation of AI is very complex, The computer changes performance based on experience

Explanation:

It's right, trust me.

Full implementation of AI is very complex, The computer changes performance based on experience. Thus, option C is correct.

What is artificial intelligence (AI)?

One of the requirements of a computer that can support artificial intelligence (AI) is that it should be able to deal with new situations based on previous learning. Artificial intelligence is when engineers try to discover different ways that they can use computers to perform tasks that a person otherwise would.

By doing this they are stimulating a computer to mimic these tasks and one day replace humans with certain activities with a robot. Even though the initial cloud computing services are just a decade old, a wide range of businesses, from small startups to multinational firms, government entities to non-profits, are already adopting the technology.

Therefore, Full implementation of AI is very complex, The computer changes performance based on experience. Thus, option C is correct.

To learn more about cloud computing, refer to the link:

brainly.com/question/29737287

#SPJ3

Other Questions
Shiloh has blemishes and redness on her face. Washing with soap and water doesn't seem to help. Her family physician plans to refer her to a specialist. Which medical specialist should she expect to visit? Students must purchase a ticket to attend the show. the committee wants to have $500 remaining from ticket sales, after paying for equipment, lighting, and costumes. the tickets will cost $5.60 for each ticket, and the committee expects to sell as many tickets as there are seats available. what is the greatest amount of money, in dollars, the committee can spend on equipment and costumes? Why does friar lawrence leave juliet alone in the tomb?. what branch of mathematics is concern with the collectin, organizing , presenting, analyzing,and interpretingof data? Imagine you are working in business analytics for a company that interests you. It could be a sports team, a movie studio, a video game maker, or a clothing designer, for example. Explain how you would use business analytics to improve the companys goods or services. Make sure your answer shows your knowledge of what business analytics is. How to type the plus sign + How are u? I hope u doing well What is the major ethnic/religious culture of Indochina? Which of the following graphs is not a function ? How is light used in our daily activities? 200(x-0.3)=600-10(x-1.7)=-3 Which person was a transcendentalist writer who lived on Walden Pond? ANSWER- HENRY DAVID THOREAUjust took the text and checked my answers. What is the perimeter of the parallelogram? This is geometry but I forgot how to do the equations How many 90 turns will the minute hand make between 9:00 and 10:00? Repair synonym and antonym In the space below, compare and contrast the journeys of two of the following heroes: Odysseus, Hercules, Jason, Theseus, Perseus, Achilles and Hector. Evaluate the use of the Heros Journey elements in each of the stories. Your answer should be between 75-100 words. Help me I cant seem to figure this one out A traveler pulls a suitcase, as shown in the figure.The force acting on the handle is 30 N at an angle of = 40. How much work is done if the traveler moves 120 meters? Round to the nearest whole number. 2,314 Nm 2,758 Nm 3,085 Nm 4,156 Nm&A cart weighing 180 pounds rests on an incline at an angle of 35. What is the required force to keep the cart at rest? Round to the thousandths place. 77.073 pounds 103.244 pounds 147.447 pounds 162.665 pounds The shortest distance between the initial position and the final position of moving body is called .............