04/07/2016
24/06/2016
23/06/2016
CS201 Assignment Solution
CS201 Assignment Solution 2016
solution
#include <iostream>
using namespace std;
struct Rectangle
{
float width,length,area;
float rectangleArea(float ,float)
{
area=width*length;
return area;
}
};
struct Trapezoid
{
float height,base1,base2,area;
float trapezoidArea(float ,float, float)
{
area=((base1+base2)/2)*height;
return area;
}
};
int main()
{
char repeat;
int choice;
do
Sta301 GDB Solution 2016
Sta301 GDB
Question: A man opens a general store and a book shop. In any one year the probability of a robbery in the general store is 0.10 and the probability of a robbery in the book shop is 0.02. For any one year. What is the probability that:
- Neither business will be robbed.
- Either one or the other (but not both) will be robbed.
Solution
Probability of a robbery in the general store = 0.10
probability of a robbery in the book shop = 0.02
P(A)=n(A)/n(S)
i. Neither business will be robbed.
P(A)=(not A)*(Not B)=(1-010)*(1-0.02)
P(A)=0.9*0.98=0.882
22/06/2016
MCM301 ASSIGNMENT No. 2
MCM301
ASSIGNMENT No. 2
SOLUTION
Question 1
Tasks: Considering yourself a communication expert
and your task is to write a manuscript of persuasive speech in which you
persuade about the “Importance of Online Education in the Current Era”. Your
target audience will be public sector employees.
Answer
Introduction online education
Online Education is more than just learning from
books, and it is a shame that a lot of abroad and within Country, Schools /
Colleges / Universities do not see that it is more than just a curriculum and
Schools / Colleges / Universities, concerning online educational score. A good
education can teach students how to learn so that the students may take up
independent learning as an adult. Online Education may also teach a child how
to reason so that students do not grow up to be ignorant.
Persuasive point 1
The biggest selling point for Online Education in
current era is the fact that it helps people learn “how” to learn at door step.
It is not about the knowledge they accumulate, it is the way students is taught
how to “learn” things. Student may come away from online Institutions / School
not prior knowing a lot of the course, but if that student has been taught how
to learn, then that student may become an adult that online learns everything
he or she needs in life. Otherwise, that student may grow up to be a knowledge
that cannot see the obvious because he or she cannot reason and consciously
learn new things. Online Education teaches people how to reason, and if they
are taught how to reason well, then they help subdue their own thoughts.
19/06/2016
09/06/2016
Subscribe to:
Comments (Atom)
