A chemical company alleged that the average weight of the bag of chemical is 30kgs. with a standard deviation of 1.1 kgs. A sample of 26 bags was taken and revealed a mean weight of 28.9 kgs. Shall we accept the allegation of the chemical company? Use .01 level of significance
Find the initial speed which a projectile must be subjected to give it a maximum horizontal range of 490m. Assume the acceleration due to gravity as g=10m/s
The reaction of diatomic fluorine gas (F2) with compound X yields a single product, compound Y. The mass percent composition of the product, compound Y is 61.7% F2 and 38.3% Cl. What is the probable empirical formula for product Y? What is a probable empirical formula for compound X?
Instructions:
Code:
#include <iostream>
using namespace std;
int main() {
char array[100] ="supercalifragilisticexpialidocious";
return 0;
}
Instructions:
Code:
#include <iostream>
using namespace std;
// TODO: Declare the hasConsonant() function here
int hasConsonant(int code)
int main(void) {
char code[100];
cout << "Enter the code: ";
cin >> code;
int result = hasConsonant(code);
if(result == 1) {
cout << "ALERT! There is a consonant in the code!";
} else if(result == 0) {
cout << "There is no consonant in the code. Situation is under control!";
}
return 0;
}
// TODO: Define the hasConsonant() function here
#include <iostream>
using namespace std;
int main(void) {
int winnings[100] = {
1,3,2,4,5,7,6,8,9,11,
100,13,0,14,16,17,3,18,20,10,
12,8,15,14,5,17,19,18,1,9,5,
10,13,11,14,16,22,0,18,20,3,
99,13,15,14,22,17,19,0,23,2,
12,13,15,22,16,17,56,18,44,99,
2,13,22,14,16,89,19,69,101,34,
12,22,15,14,78,17,69,18,2,33,
4,13,77,7,10,17,19,91,4,22,
12,98,15,14,15,17,19,18,7
};
// TODO: Compute and print the sum of all the winnings here
return 0;
}
An electronic field with a strength of 1.25×10⁴N/C exerted 2.50 Nnon a certain test charges, q. determine charge on q.
Calculate the electric field strength from a 1.25×10-8 C charge if the test charge is placed 2.50×10-5m.
Calculate the voltage of a battery connected to a parallel plate area of 2.00×10-2 m 2 and a plate separation of 2.0×10-³ m if the charge stored is 4.00×10-¹² C
How much work is needed to move a proton from a point with an potential of +75 V to a point where it is -25 V?