Pls Include solution:)
A coin tossed thrice. Find:
a. The probability of getting exactly 3 heads.
b. The probability of getting exactly 2 tails.
c. The probability of getting atmost 1 head.
d. The probability of getting atleast 1 tail.
Identify errors in the following program.After identification make correction and write correct code again
(1)
namespace FirstSessional1
{
interface MyInterface{
string name;
public void Function1();
void Function2() {Console.WriteLine("Function 2");}
}
Class Employee:MyInterface{
void Function1() { }
static void Main(string[] args)
{
MyInterface obj=MyInterface();
}
}
}
(2)
byte a=300,b=500,result;
try
{
r=a+b;
MessageBux.Display("A+B" +r);
}
catch(Exception err)
{
MessageBux.Display("Handle Exception");
}
catch(ArithmeticException ex)
{
MessageBux.Display("Handle Arithmetic Exception);
}
use newton raphson method :
sin ( x + π/2) - ln |x| =0
1. P23
2. P51
3. P63
4. P49
5. P88
6. P93
7. P90
8. P12
9. P75
10.P100
1.Write a code to close the curent form and show second form?
2.Write a code that raise an event after 10second,in event display your complete name using messageBox.
3.Supose you have a form that has one Button,when you click on Button,yoy should display a OpenDialogBox.When OpenDialogBox is open,if user click on Button,Show Message that you click on ok button.If user click cancel button,show messgae that yo click on cancel button.
What are degrees of freedom? What is the maximum number of degrees of freedom possible for a one-component system?
a) formulate the null and alternative hypothesis
b) Determine what test statistic to use
c) Calculate the test statistic value
` 4.Define any five of the following terms : (i) A component (ii) Critical point (iii) molar conductivity (iv) Transference number (v) Standard hydrogen electrode (vi) Electrolytic cells`
How can the use of technology (calculators, computers and the internet) and media enhance the learning of school mathematics?
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)
\ny="\\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)
\ny="\\frac{x^2+8x^2-3x}{2x^3+6x^2-10}"