Six professor begin courses on Monday, Tuesday, Wednesday, Thursday, friday, and Saturday, and announce their intention of lecturing at interval of 3,2,5,6,1and 4 days respectively the regulations of the university forbid Sunday a lecture(so that a Sunday a lecture must be omitted) when first will all six professors find themselves compelled to omit a lecture
A ball of mass 100g strikes a wall with the speed 2m/s and the bounces off the wall in the opposite direction with the same speed calculate the impulse of the ball
Write a program to print the following output
Input
The input is a single line string S.
Explanation
The input should be MATHEMATICS.
The output should be M A T H E I C S.
Sample Input1
MATHEMATICS
Sample output1
M A T H E I C S
what is the polarity of SiS2?
A chemist determines by measurements that moles of bromine liquid participate in a chemical reaction. Calculate the mass of bromine liquid that participates.
Reverse of a number using recursion in python
Given 𝑥 ̅ = 62 and s = 8. Find the z-score value that corresponds to each of the following scores up to two decimal places.
X=70
X=78
X=82
X=50
X=42
Math Quiz
Write a program to print the following
Sample Input 1
1 3 4 5 6
5
3 5
Sample Output1
12
Combination
A bag of contains 4 yellow, 8 red and 3 blue balls. How many ways can 3 balls be selected so that the following conditions are met?
a. all balls are yellow
b. all balls are red
c. There is one ball from each color
d. there are 2 blue balls
e. there is one yellow ball
Write a program to take a String as input then display the position of a particular character given as input using indexOf() function of String class. Don't use charAt() function.
Enter a String
Elephants are the largest mammals
Enter character to find: e
Index Position: 0 2 12 16 22
Don't use ArrayList and Character class, use String class functions if necessary