Answer:
10/31
or
0.32
or
32%
Step-by-step explanation:
Students must specialize in one style of dance.
Last summer there was 62 dancers.
20 of the 62 specialized in modern dance.
Therefore the probability of a random chosen dancer to be a modern specification is 20/62.
The answer is:
Fraction:
10
---
31
Whole number:
0.32
Percent:
32%
Answer:
clc%clears screen
clear all%clears history
close all%closes all files
p=250;
M=[];
for i=1:100000
re=0;
S=0;
while(S<=1)
S=S+rand;
re=re+100;
end
M(i)=re;
end
disp('Expected received money is');
mean(M)
disp('Since expcted is greater than what we pay. So, we will play')
Step-by-step explanation:
Answer:
-4 5/12
Step-by-step explanation:
-23/3 + (-11/2) + 35/4
<em>Find a common denominator (12).</em>
-92/12 + (-66/12) + 105/12
<em>Reform the equation to have this as a single fraction.</em>
(-92 + (-66) + 105)/12
<em>Subtract 66 from -92 to get -158.</em>
(-158 + 105)/12
<em>Add 105 to -158 to get -53.</em>
-53/12
<em>Convert into a mixed number by dividing by 12.</em>
-4 5/12 (Choice A) is your answer.
Substitute the value of x = -3 to the equation:
Answer: 22
Step-by-step explanation:
Since U is the midpoint of P and R, and S is the midpoint of P and Q, SU must be a midsegment.
By the midsegment theorem, SU is 1/2 the value of QR. Therefore QW = SU*2 = 11*2 = 22.