let us consider p is the probability of student to success each course = 0.9
n is the total course taken = 4
since this is the case of binomial distribution so
P (x
= P( x=3 )
+ P(x =4)
= 4C3 (0.9)3(0.1)1 + 4C4 (0.9)4(0.1)0
= 0.2916 + 0.6561
= 0.9477
prob of success at least from 3 courses is 0.9477
2.The probability of a student to success each course is 0.90. The student takes 4 courses....
2. At a large university the administration is studying the number of courses a student takes. Let X equal the number of courses for which a randomly selected student is registered. The probability mass function (pmf) is given as follos: X 2 3 4 5 6 7 p(x).01 03 13 .25 .39 .17 .02 a. What is the expected number of courses a student will take? What is the standard deviation? b. If students pay $500 per courses plus a...
Project 2: Course Management App Project description: This android app helps student manage their courses. It enables a student to check the course details (lecturer, term, credits), browse his or her courses, add or remove a course Function modules: 1. Database: build a database for course management, including at least a table for course information (Course number, Course Name, Lecturer, Term, Credit) 2 a table for student infomation (Student number, name, major) a table for student-course (student number, course number)...
A student takes a single course during summer school and decides that the probability of obtaining each grade is shown in the following table Find the expected grade point average for this summer: Find E[X]. OUTCOME A B C D E X 4 3 2 1 0 P(X) 0.6 0.2 0.1 0.05 0.05
One common system for computing a grade point average (GPA) assigns 4 points to an A, 3 points to a B, 2 points to a C, 1 point to a D, and 0 points to an F. What is the GPA of a student who gets an A in a 3-credit course, a B in each of two 2-credit courses, a C in a 3-credit course, and a D in a 2-credit course?
Implement a C program to calculate the Average Score Point(ASP) of a student taking N courses in a semester. Ask the user for the number of courses(N) the student is taking in the semester, and check if the number of courses is greater than 1 (>1). If the number of courses is less than or equal to 1(<=1), display an error and ask the user to try again until the right input is entered. Next, ask the user for the...
One common system for computing a grade point average (GPA) assigns 4 points to an A3 points to a B. 2 points to a C1 point to a D. and 0 points to an F. What is the GPA of a student who gets an Aina 3 credit course, a B in each of three 4-credit courses, a C in a 3-credit course, and a Dina 4-credit course? The mean grade points.com is _______ (Round to the nearest tenth as needed)...
Let x be the number of courses for which a randomly selected student at a certain university is registered. The probability distribution of x appears in the table shown below: x 1 2 3 4 5 6 7 p(x) .03 .05 .09 .26 .39 .14 .04 (a) What is P(x = 4)? P(x = 4) = (b) What is P(x ≤ 4)? P(x ≤ 4) = (c) What is the probability that the selected student is taking at most five...
6. The Course Offering Problem is: Given an integer K and a set of n courses and a set of m students and, for each student si, a set of courses that she is required to take, is it possible to offer K courses such that each student can take at least one required course? For instance, assume the courses are {C1,C2, C3, C4, C5, C6, C7, C8} and student sų is required to take {C1,C2,C4, C8}, and student s2...
Suppose that a university student has to take 10 independent courses in the final year. The class of honors awarded is based on the results of the final year examination. If a student gets A‐ or above for at least 8 courses, he/she will be awarded a first class honors.Under ordinary circumstances, John will get A‐ or above for at least 8 courses with probability of 0.2. However, with a probability of 0.3, John will be in a low mood...
Query 1 (2 pts)Find all courses taught by Mozart. For each such course, output the title, semester, and year.Query 2 (2 pts)Find the names of all students who took both “Intro. to Computer Science” and “Game Design”.Query 3 (2 pts)Find the names of all instructors in the computer science department who never taught “Intro. to Computer Science”.Query 4 (2 pts)For each student, find the number of courses taken by this student. Output a table consisting of two columns: name of...