How many milliliters from a 6.00 M H2SO4 solution would need in order to prepare 50 mL of 2.00 M H2SO4?
、What is the main reaction and secondary reaction of steam conversion method to
get syngas?
if X~B(n₁ = 5, p = 1/4) and Y~B(n = 8, p = 1/4).Then what is the distribution of X+Y?
Simplify
1. p∧(p∧q)
2. ~ (~p∨q)
3. ~ (p⇒~q)
Write a program to read a list of number from the user and remove the two largest and two smallest values from it. Display the list with removed values , followed by the original list. Your program should generate an appropriate message if the user enters less than 5 values.
Given an integer N as input.
Write a program a number diamond of 2*N -1 rows.
No of rows in diamond 5.
The output will be :::
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
Determine it rounding off 34,56 to the nearest one decimal place is a nonroutine or routine question
Write a program to find the minimum no of notes required for the amount M.
Available note denominations are 500:50:10:1
The output should be 500: 3 50: 0 10: 4 1:3
The first integer is a single integer M.
Evaluate the following integrals. (Show your solution)
"1) \\intop 2x\u221ax" "dx"
2) "\\intop" "2\/\u221ax\u00b3" "dx"
Suppose a school has 960 learners enrolled. The ratio of the number of boys to girls is 4:8. Find the difference between the number of boys and the number of girls enrolled at the school.