Answer:
Proportional: Non-Proportional: How to tell the difference: A proportional graph is a straight line that always goes through the origin. A non-proportional graph is a straight line that does not go through the origin.
Step-by-step explanation:
<h3>hope it helps</h3>
9514 1404 393
Answer:
Step-by-step explanation:
The marked angles form a linear pair, so have a sum of 180°.
(4a +10) +(6a) = 180
10a = 170 . . . . . . . . . . subtract 10
a = 17 . . . . . . . . . . . . . divide by 10
__
Then the measure of angle ABC is ...
∠ABC = 4a +10 = 4(17) +10 = 68 +10 . . . . . substitute 17 for 'a'
∠ABC = 78°
here 8x and (2x+60) are corresponding angles
since line l1 and l2 are parallel, so the two angles will be equal
8x=2x+60
8x-2x=60
6x=60
dividing by 6
x=10
option D. 10 is correct
Answer:
C. with 3000 successes of 5000 cases sample
Step-by-step explanation:
Given that we need to test if the proportion of success is greater than 0.5.
From the given options, we can see that they all have the same proportion which equals to;
Proportion p = 30/50 = 600/1000 = 0.6
p = 0.6
But we can notice that the number of samples in each case is different.
Test statistic z score can be calculated with the formula below;
z = (p^−po)/√{po(1−po)/n}
Where,
z= Test statistics
n = Sample size
po = Null hypothesized value
p^ = Observed proportion
Since all other variables are the same for all the cases except sample size, from the formula for the test statistics we can see that the higher the value of sample size (n) the higher the test statistics (z) and the highest z gives the strongest evidence for the alternative hypothesis. So the option with the highest sample size gives the strongest evidence for the alternative hypothesis.
Therefore, option C with sample size 5000 and proportion 0.6 has the highest sample size. Hence, option C gives the strongest evidence for the alternative hypothesis
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.