Answer:
Heater power = 425 watts
Explanation:
Detailed explanation and calculation is shown in the image below
Answer: environmental impact
Explanation:
From the question, we are informed that Harlin is designing a new car engine that does not create pollution.
The technological design factor which is probably the most important for the design is the impact on the environment.
Pollution has a negative effect on the environment a d doing this shows that emphasis is placed on how the environmental issue of pollution can be tackled.
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
Answer:
1. Work is a driving force of identity in your life, whether its because it influences you due to the time spent there. Or its truly a passion of yours.
2. Two main aspects of identity development are self-concept and self-esteem
3. Based on you obviously
Hope this helped!
Explanation:
Answer:
(a) 0.12924
(b) Taking into consideration significance level of 0.05 yet the value of p is greater than 0.05, it suggests that the coin is fair hence the coin can be used at the beginning of any sport event.
Explanation:
(a)
n=200 for fair coin getting head, p= 0.5
Expectation = np =200*0.5=100
Variance = np(1 - p) = 100(1-0.5)=100*0.5=50
Standard deviation,
Z value for 108,
P( x ≥108) = P( z >1.13)= 0.12924
(b)
Taking into consideration significance level of 0.05 yet the value of p is greater than 0.05, it suggests that the coin is fair hence the coin can be used at the beginning of any sport event.