Homework Answers

Math 51397 50414
Physics 44335 44333
Chemistry 40988 40988
Economics 30646 30644
Programming & Computer Science 26878 26876
English 10084 10084
Biology 8111 8109
Management 6239 6239
Engineering 6056 6056
History 3490 3489
Psychology 2129 2129
Sociology 1858 1858
Geography 1574 1574
Marketing 1443 1443
Philosophy 1001 1001
Political Science 892 891
Law 876 876
French 438 438
Other 199 199

Questions: 238 634

Answers by our Experts: 237 641

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

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:

  1. In the code editor, you are provided with an array of characters (or a string).
  2. Your task is to ask the user for an integer input which represents the index and then print out the character of the string found at that index.

Code:

#include <iostream>

using namespace std;


int main() {

  char array[100] ="supercalifragilisticexpialidocious";



  return 0;

}


Instructions:

  1. Declare and define hasConsonant() function with he following details: int return type name hasConsonant parameter char
  2. Return value - 1if there is atleast 1 consonant and 0 if there is none. Include Both capital and small letters when checking


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?

LATEST TUTORIALS
APPROVED BY CLIENTS