An aeroplane starting to fliy 300km at point A ,then 250 km at 30°west of north,the 150 km north to arrive at B . Calculate the vector position in each displacement in unit vector notation
Create a rectangle class having length and width as parameter. Write getter/setter for
each parameter. Write default constructor that should initialize the default value to the
length and width.. Write member functions to calculate area and another function to
calculate perimeter in class. Write a function to print the information regarding rectangle
which include length, width, area and parameter.
Formula to calculate area = 0.5 * length * width
Formula to calculate perimeter=2 * length+ 2 * width
1. A 1.000-g sample of ultrapure silicon was treated with an oxidizing agent and the resulting SiO2, after proper collection and drying, weighed 2.1387-g. Calculate the %Si in the sample.
write a program to find the first prime number in the given inputs
What is the Network ID, Broadcast Address, First Usable IP, or Last Usable IP on the sub-network
that the node 192.168.1.15/26 belongs to?
A code is required to print all possible arrangement of combination of an array(of 'k' elements), i.e. the permutation of the result of combination.
Let's say the array has the following elements (k=4):
"alpha", "beta", "gamma", "delta".
Then, we choose r=3
The expected result is as follows:
alpha beta gamma
alpha gamma beta
beta alpha gamma
beta gamma alpha
gamma alpha beta
gamma beta alpha
alpha beta delta
alpha delta beta
beta alpha delta
beta delta alpha
delta alpha beta
delta beta alpha
alpha delta gamma
alpha gamma delta
delta alpha gamma
delta gamma alpha
gamma alpha delta
gamma delta alpha
beta delta gamma
beta gamma delta
delta beta gamma
delta gamma beta
gamma beta delta
gamma delta beta
From the above result above, all unique PERMUTATION of the COMBINATION of r=3 from the array of k=4 elements is completed.
This is confirmed since 4C3 x 3! = 24 lines of results
A pH of 4 indicates that
Essay about impact of labour market and labour union on supply and demand.
Aunt Ellen is pricing cakes for a baby shower she is throwing. She wants one large cake shaped like a duckling and also some cupcakes in pastel colors. Georgetown Bakery charges $1 for each cupcake, plus $54 for the large cake. Kayla's Sweet Shoppe charges $27 for the large cake and $4 for each cupcake. If Aunt Ellen orders a certain number of cupcakes, the cost will be the same at either bakery. What would the total cost be? How many cupcakes would that include?
consider tje population consisting of the value 1,3,4 list all the possible size2 that can be drawn from the population with replacement , compute the mean, variance and standard deviation of the sampling distribution of the means , construct the probability histogram of the sample mean with replacement when n=2