SOLUTION: Average score of 120 students in a test is 35 (out of 50). The average scores of students who have passed is 35, the avearage for those who failed is 15 points. Find the number of
Algebra.Com
Question 883711: Average score of 120 students in a test is 35 (out of 50). The average scores of students who have passed is 35, the avearage for those who failed is 15 points. Find the number of students who passed?
Answer by SmithWillSuffice(4) (Show Source): You can put this solution on YOUR website!
I had a version of this in my textbook, so I made the numbers the same and have pasted an image of the pages of solution attached below. (If it cannot be seen, here is the solution in brief):
You set up four simultaneous equations in the unknowns, X, Y, Nx, Ny, where
= sum of all points scored by all those who passed, X=summ of all points scored by all those who failed, Nx=number who failed, Ny=number who passed.
(1)
(2)
(3)
(4)
You can practise the algebra, or use Maxima,
(%i1) solve([Ny+Nx=120,35=(X+Y)/120,39=Y/Ny,15=X/Nx],[Ny,Nx,X,Y]);
(%o1) [[Ny = 100, Nx = 20, X = 300, Y = 3900]]
Here's the LaTeX:
.
RELATED QUESTIONS
First question :
A total of 50 juniors ande seniors were given a mathematics test. The... (answered by Edwin McCravy,stanbon)
What is the average?
A total of 50 juniors and seniors were given a math test. The 35... (answered by richwmiller)
21 out of 35 students failed a true / false test. What percent of the students passed
(answered by lynnlo)
A group of 50 total freshman and sophomores took a science test . The average score of... (answered by aYummyNoodle)
A total of 50 juniors and seniors were given a mathematics test. 35 juniors attained an... (answered by Theo)
A total of 50 juniors and seniors took a math test. The 35 juniors attained an average of (answered by solver91311)
The average test score for a group of students is 88. If the sum of their test scores is... (answered by oscargut)
A total of 50 juniors and seniors were given a mathematical test. The 35 juniors attained (answered by solver91311)
if 35 students average 80% and 15 average 70% what is the total average of all 50... (answered by solver91311,josmiceli)