1. Factor a trinomial whose leading coefficient is 1. Pick any one of the problems and solve the trinomial. If the trinomial is prime, state this and explain why. a. x2+8x+15 b. x2–4x –5 c. x2–14x+45 2.
c. What is the value of the test statistic? d. What is your decision regarding H0? e. What is the p-value? Chapter 10 Exercise 10 Given the following hypotheses: H0 : μ = 400 H1 : μ ≠ 400 A random sample of 12 observations is selected from a normal population. The sample mean was 407 and the sample standard deviation 6.
Complete the 10 chapter review questions for Chapter 6 (Multiple Choice), pages 141-142 * __A__ 1. A valid code can have up to: * a. seven characters. * b. five characters * c. six characters. * d. four characters. * __A__ 2.
Over 16,000,000 3. What would be the dotted decimal equivalent o the slash notation of /30? 30/8= 3r6 255.255.255.252 4. What would be the dotted decimal equivalent o the slash notation of /8? 8/8= 1 255.0.0.0 5.
. Private Sub cmdcalculate_click() Dim d1 as integer 'this is how to declare local variable Dim d2 as integer Dim d3 as integer Dim speed as integer Dim t1 as integer 'this refer to 5 hours Dim t2 as integer 'this is refer to 8 hours Dim t3 as integer 'this is refer to 12 hours Speed=60 t1=5 t2=8 t3=12 d1=speed*t1 'd1 to get the first distance travel which is 5 hours d2=speed*t2 'd2 to get the second distance travel which is 8 hours d3=speed*3 'd1 to get the third distance travel which is 12 hours End Sub Private Sub cmdExit_click() end End Sub 6. 7. A car's miles-per-gallon (MPG can be
What is the value for the new sample New Sample Mean = 7 Explanation of work: When the data value is 19:mean = sum of values / # of value 9 = sum/7 sum = 7 x 9 = 63 When that data value is 5 the sum is 63-14 = 49 New mean = 49/7 = 7 7. Using Excel create a histogram and a line graph using the scores in the following table: Note: When you wish to plot one series (the column f in this problem) select only that column. Once you select the column, then you insert the column and line graph. Insert your histogram and line graph here: X 1 2 3 4 5 6 7 8 f 2 1 6 7 4 4 1 1 Line graph 8 7 6 5 4 3 2 1 0 1 2 3 4 5 6 7 8 f Histogram 8 6 4 2 0 f 1 2 3 4 5 6 7 8
(A) 38 (B) 36 (C) 35 (D) 34 (E) 32 5. 812-!-item-!-187;#058&000553 If , then m = (A) 17 (B) 18 (C) 34 (D) 35 (E) 36 6. 859-!-item-!-187;#058&000568 The value of is closest to which of the following? (A) 1 (B) 10 (C) 102 (D) 103 (E) 104 7. 905-!-item-!-187;#058&000575 For every positive even integer n, the function h(n) is defined to be the product of all the even integers from 2 to n, inclusive.
Paper Reference(s) 6671 Edexcel GCE Pure Mathematics P1 (New Syllabus) Advanced/Advanced Subsidiary Thursday 11 January 2001 ( Morning Time: 1 hour 30 minutes Materials required for examination Items included with question papers Answer Book (ABO4) Nil Graph Paper (GPO2) Mathematical Formulae Candidates may only use one of the following calculators: Casio fx-83WA or fx-85WA Texas Instruments TI-30s or TI-30 ecoRS Texet Albert Sharp EL-531 (irrespective of following letters) e.g. EL-531GH, EL-531LH Instructions to Candidates In the boxes on the answer book, write the name of the examining body (Edexcel), your centre number, candidate number, the unit title (Pure Mathematics P1), the paper reference (6671), your surname, initials and signature. When a calculator is used, the answer should be given to an appropriate degree of accuracy. Information for Candidates A booklet ‘Mathematical Formulae and Statistical Tables’ is provided. Full marks may be obtained for answers to ALL questions.
Write assignment statements that perform the following operations with the variables a, b, and c. a) Adds 2 to a and stores the result in b * b=a+2 b) Multiplier b times 4 and stores the result in a * a=b*4 c) Divides a by 3.14 and stores the result in b * b=a/3.14 d) Subtract 8 from b and stores the result in a * a=b-8 4. Assume the variables result, w, x, y, and z are all integers, and that w=5, x=4, y=8, and z=2. What value will be stored in result in each of the following statements? a) Set result = x + y * 12= x + y b) Set result = z + 2 * 4=z * 2 c) Set result = y / x * 2=y / x d) Set result =y – z * b=y – z 5. Write a pseudocode statement that declares the variable cost so it can hold real numbers.
Answer the next four questions using the following set of numbers. Show your work for all questions: 2.0, 3.7, 4.9, 5.0, 5.7, 6.7, 8.5, 9.0 What is the range of the above values? Range is the difference between the lowest value and the highest value. The range of the listed numbers is 9.0-2.0=7.0. What is the median of the above values?