Answer:
32
Step-by-step explanation:
80/2 = 40
64/2 = 32
so she can make about 32
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
The answer choices ? did u forgot that
Answer:
Type I error.
Step-by-step explanation:
Let's remember the definition of Type I error and Type II error:
A type I error is the rejection of a true null hypothesis, this means that we would get a "false positive" with this error.
A type II error is the non rejection of a not true null hypothesis, this error would give us a "false negative".
In this problem, we are told that the mean match score to identify a suspect is 80. However, the test shows that the mean match score is more than 80 when the person doesn't have a fingerprint match (and therefore the person would not be a suspect). Therefore, this person would appear as a suspect when he/she really isn't one. This means that the test is giving a "false positive". Thus, this is a type I error.