Answer:
2.5=1500/Whp=> Whp=600 kWh
delWgain=1500-600=900 kWh
Money saved= 900* 6tk*=5400 tk
Answer:
SELECT distinct VendorName FROM Vendors
WHERE VendorID IN (
SELECT VendorID FROM Invoices
)
Explanation:
Answer: Some activities that I do in my daily life that require energy are:
1. Doing ballet
2. Studying
3. Walking up and down stairs
4. Stretching
5. Running on the treadmill
Hope this helps! :)
Explanation:
Answer:
P ( 2.5 < X < 7.5 ) = 0.7251
Explanation:
Given:
- The pmf for normal distribution for random variable x is given:
f(x)=0.178 exp(-0.100(x-4.51)^2)
Find:
the fraction of individuals demonstrating a response in the range of 2.5 to 7.5.
Solution:
- The random variable X follows a normal distribution with mean u = 4.51, and standard deviation s.d as follows:
s.d = sqrt ( 1 / 0.1*2)
s.d = sqrt(5) =2.236067
- Hence, the normal distribution is as follows:
X ~ N(4.51 , 2.236)
- Compute the Z-score values of the end points 2.5 and 7.5:
P ( (2.5 - 4.51) / 2.236 < Z < (7.5 - 4.51 ) / 2.236 )
P ( -0.898899327 < Z < 1.337168651 )
- Use the Z-Table for the probability required:
P ( 2.5 < X < 7.5 ) = P ( -0.898899327 < Z < 1.337168651 ) = 0.7251
Answer:
Option B
10,20,24,75,70,18,60,35
Explanation:
The first, second and third iteration of the loop will be as follows
insertion sort iteration 1: 20,24,10,75,70,18,60,35
insertion sort iteration 2:10,20,24,75,70,18,60,35
insertion sort iteration 3: 10,20,24,75,70,18,60,35