Which of the following cells will produce the highest voltage? SHOW YOUR WORK.
a. Mn I Mn^2+ II Zn^2+ I Zn
b. Zn I Zn^2+ II Ni^2+ I Ni
c. Ni I Ni^2+ II Cu^2+ I Cu
Solve separately then write which one will produce the highest voltage.
3.3 A study in a student bursary office revealed the following data:
TEAM A:
Average std. time to have students complete bursary documentation = 60 min
Average time for the interview process = 50 min
Average weekly output = 100 completed personal documents and 55 interviews.
The team has 3 members that work a 40 hour week
TEAM B:
Average std. time to have students complete bursary documentation = 70 min
Average time for the interview process = 40 min
Average weekly output = 120 completed personal documents and 75 interviews.
The team has 4 members that work a 40 hour week
Calculate the efficiency of each team and determine which team is more efficient.
(12)
media and social media for a false argument aimed at education in South Africa. In 100-150
words, explain, using concepts related to critical rationalism AND empiricism, why it is a false argument and how we can go about getting to the truth of the matter.
Using an example (blood glucose), outline the process of hormonal control ?
When the direction of current is from negative to positive terminal of the battery then emf (E) is taken as
(a) positive
(b) negative
(c) zero
(d) normal?
Write a program to calculate students’ average test scores and their grades. You may assume the following input data:
Nondo 85 83 77 91 76
Djiara 80 90 95 93 48
Anna 78 81 11 90 73
Salum 92 83 30 69 87
Moloko 23 45 96 38 59
Job 60 85 45 39 67
Feisal 77 31 52 74 83
Kibwana 93 94 89 77 97
Shomari 79 85 28 93 82
Mayele 85 72 49 75 63
Use three arrays: a one-dimensional array to store the students’ names, a (parallel) two-dimensional array to store the test scores, and a parallel one-dimensional array to store grades. Your program must contain at least the following features: read and store data into two arrays, calculate the average test score and grade, and output the results. Have your program also output the class average.
QUESTION 1. [34 MARKS] 1.1 Determine whether each of the following mappings T is linear, or not. Justify your answer.
(a) T: R2 - R3, where T(z, y) = (3y, 2x, —y).
(b) T: P1 - R2, where T[p(x)] = [p(0), p(1)].
(c) T: R3 - R2, where T(z, y,z) = (x+1,y+2).
How would you prepare 400 ml of a 0.24 M NaCl solution (MW = 58.44 g/mole)
Let the probability that a successful rocket launching will be equal to 0.4. Find,
Average number of trials required for the successful rocket launching.
The probability that the successful launching will be made on the third attempt.
The probability that successful rocket launching requires less than 5 attempts.
The program will accept some values from the user and will print out the following
1] Details of the user
• Worker ID – Alphanumeric (2 letters and three digits e.g. EF101) Full Name of the worker.
2] Gross Pay (GP)
• GP = Rate * Hours Worked o Rate is a constant of 11.25 ($11.25 per hour) o Hours Worked to be entered by the user.
3] Deduction
• Union fee o Constant of 50 ($50 per member) o Retirement is 10% of GP
4] Take Home Pay (THP)
• THP = GP – Deduction