The reaction of ammonia gas to nitrogen monoxide gas yields nitrogen gas and water vapor. How many moles of each reactant will be present if 13.8 moles of nitrogen gas is produced?
Prove the 3√7 is irrational
Write a C program to implement a basic billing system for a bookshop that accepts book code and book price for 10 books and at the end, display the total price.
A man of weight 500N standing on a platform P supported by two light strings passing over two light smooth pulleys A and B supports himself by pulling the string. If the weight of the platform is 1000N, what is the force exerted by the man on the string to keep the platform?
ACTIVITY IN BASIC CALCULUS
QUOTIENT RULE
I. Find the derivative of the following functions below using the quotient rule. Show your complete solution.
II. Create your own given problem involving quotient rule and solve. Show your complete solution. Do not copy the given example below.
1. Example must have two different terms in numerator, and three different terms in denominator
eg. (do not copy)
y= "\\frac{8x^2-3x}{x^2+6x^2-10}"
2. Example must have three different terms in numerator, and three different terms in denominator
eg. (do not copy)
y= "\\frac{x^2+8x^2-3x}{2x^3+6x^2-10}"
¬ (p Ʌ q) V ( p Ʌ r) truth table
Calculate the volume of a 0.750M H2SO4 solution containing 0.120 mol of solute.
Write a program that inputs three integers from the keyboard and prints the sum,
average, product, smallest and largest of these numbers. The screen dialog should
appear as follows:
Input three different integers: 13 27 14
Sum is 54
Average is 18
Product is 4914
Smallest is 13
Largest is 27
Write a program that asks the user to enter two integers, obtains the numbers from the
user, then prints the larger number followed by the words “is larger.” If the numbers
are equal, print the message “These numbers are equal.”