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
Zanzabum
3 years ago
6

You're playing a game when you defend your village from an orc invasion there are three characters elf hobbit or human and five

defense tools magic sword shield slingshot or umbrella to pick from if you randomly choose your character and a tool what is the probability that you'll be a magic elf
Mathematics
1 answer:
34kurt3 years ago
8 0

The probability that you'll be a magic elf is \frac{1}{15} or 6.66%.

Step-by-step explanation:

Step 1:

Let A be the event of you choosing an elf.

The probability of an event is given by dividing the number of favorable outcomes by the total number of outcomes.

Here the number of favorable outcomes is 1 and the total number of outcomes is 3 i.e. elf, hobbit or human.

The probability of choosing an elf, P(A) = \frac{1}{3} .

Step 2:

Let B be the event of you choosing magic as your defense.

In this situation, the number of favorable outcomes is 1 and the total number of outcomes is 5 i.e. magic, sword, shield, slingshot, or umbrella.

The probability of choosing magic as your defense, P(B) = \frac{1}{5} .

Step 3:

The probability of both events A and B happening, we multiply the individual probabilities.

P(getting a magic elf) = (P(A))(P(B)) = (\frac{1}{3} )(\frac{1}{5} ) = \frac{1}{15} = 6.66\%.

You might be interested in
A function is represented by the values in the table.
emmasim [6.3K]

Answer:

IS LINEAR

Step-by-step explanation:

3 0
2 years ago
Staci is attending a music festival. The ticket to the festival costs $87.96. Staci plans to purchase $30.00 t-shirt from the ev
prohojiy [21]
First, we have to calculate the remaining amount of money after the cost of the ticket. It is 200 - 87.96 = 112.04 Dividing this number to 30, we can find the maximum number of t-shirts she can buy. It is less 4 and more than 3. So that, the final answer is 3. 
4 0
3 years ago
Choose the correct translation for the following statement. It is at most ten.
8_murik_8 [283]

Answer:

x ≤ 10

Step-by-step explanation:

3 0
2 years ago
5. The recursive algorithm given below can be used to compute gcd(a, b) where a and b are non-negative integer, not both zero.
s2008m [1.1K]

Implementating the given algorithm in python 3, the greatest common divisors of <em>(</em><em>124</em><em> </em><em>and</em><em> </em><em>244</em><em>)</em><em> </em>and <em>(</em><em>4424</em><em> </em><em>and</em><em> </em><em>2111</em><em>)</em><em> </em>are 4 and 1 respectively.

The program implementation is given below and the output of the sample run is attached.

def gcd(a, b):

<em>#initialize</em><em> </em><em>a</em><em> </em><em>function</em><em> </em><em>named</em><em> </em><em>gcd</em><em> </em><em>which</em><em> </em><em>takes</em><em> </em><em>in</em><em> </em><em>two</em><em> </em><em>parameters</em><em> </em>

if a>b:

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>greater</em><em> </em><em>than</em><em> </em><em>b</em>

return gcd (b, a)

<em>#if</em><em> </em><em>true</em><em> </em><em>interchange</em><em> </em><em>the</em><em> </em><em>Parameters</em><em> </em><em>and</em><em> </em><em>Recall</em><em> </em><em>the</em><em> </em><em>function</em><em> </em>

elif a == 0:

return b

elif a == 1:

return 1

elif((a%2 == 0)and(b%2==0)):

<em>#even</em><em> </em><em>numbers</em><em> </em><em>leave</em><em> </em><em>no</em><em> </em><em>remainder</em><em> </em><em>when</em><em> </em><em>divided</em><em> </em><em>by</em><em> </em><em>2</em><em>,</em><em> </em><em>checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>and</em><em> </em><em>b</em><em> </em><em>are</em><em> </em><em>even</em><em> </em>

return 2 * gcd(a/2, b/2)

elif((a%2 !=0) and (b%2==0)):

<em>#checks</em><em> </em><em>if</em><em> </em><em>a</em><em> </em><em>is</em><em> </em><em>odd</em><em> </em><em>and</em><em> </em><em>B</em><em> </em><em>is</em><em> </em><em>even</em><em> </em>

return gcd(a, b/2)

else :

return gcd(a, b-a)

<em>#since</em><em> </em><em>it's</em><em> </em><em>a</em><em> </em><em>recursive</em><em> </em><em>function</em><em>,</em><em> </em><em>it</em><em> </em><em>recalls</em><em> </em><em>the function</em><em> </em><em>with </em><em>new</em><em> </em><em>parameters</em><em> </em><em>until</em><em> </em><em>a</em><em> </em><em>certain</em><em> </em><em>condition</em><em> </em><em>is</em><em> </em><em>satisfied</em><em> </em>

print(gcd(124, 244))

print()

<em>#leaves</em><em> </em><em>a</em><em> </em><em>space</em><em> </em><em>after</em><em> </em><em>the</em><em> </em><em>first</em><em> </em><em>output</em><em> </em>

print(gcd(4424, 2111))

Learn more :brainly.com/question/25506437

6 0
2 years ago
What is the probability that 2 randomly selected months have 31 days?
aniked [119]

Answer:

31.8%

Step-by-step explanation:There are 7 months that have 31 days so,

The odds the first selected month has 31 days is 7/12

The next month there are only 6 months left with 31 days of only 11 months to choose from

so the odds for the second are 6/11

To calculate the odds they BOTH  have 31 months you multiply the two odds:

(7/12) x (6/11) = 42/132 = .318 so 31.8%

6 0
3 years ago
Read 2 more answers
Other questions:
  • What are the two square roots of 121/49
    11·2 answers
  • What is the absolute value from the numbers 3 to -105
    8·2 answers
  • What is the lcm of 6and 15
    7·2 answers
  • Evaluate 3/4 x for x = 5<br> A. 15<br> B. 10/4<br> C. 3 1/4<br> D. 3 3/4
    5·2 answers
  • If the ratio of the surface areas of two similar geometrical solids is given by 121:36, what is the
    14·1 answer
  • What is the probability he will choose one green marble and then one red marble? Express the probabilities in fraction form.
    8·1 answer
  • A sphere with a diameter of 16mm has the same surface area as the total surface area of a right cylinder with the base diameter
    7·2 answers
  • What divided by -18 = 23
    14·1 answer
  • 3) Which of the following is the equation for
    8·1 answer
  • Which function is not a linear function?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!