Answer:
20
Step-by-step explanation:
x/67=29/100
29x67=1943
1943/100=
19.43
Round:
20
Answer:
0.24
Step-by-step explanation:
From the information given:
Let's have a schematic view of a tree diagram
A
P(Santa Cruz) P(Isabella)
= 13/15 = 2/15
P(Success | Santa Cruz) = 0.09 P(Success | Isabella) = x
We are told that many have tried to locate the giant turtle, but 89% of them have failed.
This means the probability of success is:
P(success) = 1 - 0.89 = 0.11
We need to find P(Success | Isabella),
Suppose P(Success | Isabella) be x as shown above,
Then:
P (Success) = P(Santa) P((Success | Santa Cruz) + P(Isabella) P(Success | Isabella)



make x the subject of the formula:
x = 0.032/0.133
x = 0.24
Answer:
All of the batches of the new blend of concrete made at their plant in a particular week.
Step-by-step explanation:
The population refers to all the subjects or data which which meets the condition or requirement of a certain experiment or research. This means that all the set of similar items or subjects which is of interest in a certain study is the population. In the scenario above, the population will be the set of all the new blend concrete which are made in the plant within a certain week. Thereafter, if a sample is required it will be drawn from these set of data or observation.
#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}
Answer:r = -1
Step-by-step explanation:
8+8r-(3+3r)=0
We add all the numbers together, and all the variables
8r-(3r+3)+8=0
We get rid of parentheses
8r-3r-3+8=0
We add all the numbers together, and all the variables
5r+5=0
We move all terms containing r to the left, all other terms to the right
5r=-5
r=-5/5
r=-1
Hope this helps