Homework Answers

Math 50414
Physics 44332
Chemistry 40988
Economics 30643
Programming & Computer Science 26876
Biology 8109
Engineering 6056

Questions answered by Experts: 207 418

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

What is the magnitude of the electric field at a distance of 1.5m from a point charge with q=3.5C?








A basket contains 8 ripe (R) and 6 unripe (U) bananas. If three bananas are taken from the basket one after the other with replacement. Construct table that shows all the possible outcomes of the random experiment and all the values of the random variable R representing the number of ripe bananas.

How many grams of Fe2O3 forma 200 grams of Fe?

3. Student Storage

by CodeChum Admin

Given the Student class that inherited from the Person class (the same ones from our lesson), construct another class called StudentAssistant. The class inherits from Student. What makes a StudentAssistant different from Student is that they have to render a fixed set number of hours. All student assistants are to render at least 40 hours of duty in a month. This maybe changed at any time by the Administrator.


More Info here, Important!

https://pastebin.com/PKEgsRSQ


A gear with a width of 32 mm sits on a shaft with a diameter of 14 mm. The gear has a pitch diameter of 57 mm, the module 3 mm and a torque of 48 Nm. 


1.What width should a standard wedge have?

2, What height should a standard wedge have?

3, What will be the safety against surface pressure for a steel wedge?

4, What will be the safety against surface pressure for a cast iron wedge?

5, What is the safety against surface pressure for a fixed boom connection?

6, If the gear is allowed to move axially during operation, what is the safety against surface pressure for the boom joint then?

7,Before manufacturing the booms in the hub, a center hole must be drilled. What is the hub's largest possible hole diameter before boom production begins? 


2. Fraction/Mixed Fraction

by CodeChum Admin

 

Given the class Fraction in the code editor. Fill in the operations and display for the class Fraction. For plus and minus, think cross multiplication. times is straightforward, while divide has to do with reciprocals. toString should return the fraction in string format ("nume/deno" - as a String) but if denominator is 1, then the string should just contain the numerator.


More info here, Important!

https://pastebin.com/VRkEAe6g


2. Rectangle

by CodeChum Admin


A rectangle can be formed given two points, the top left point and the bottom right point. Assuming that the top left corner of the console is point (0,0), the bottom right corner of the console is point (MAX, MAX) and given two points (all "x" and "y" coordinates are positive), you should be able to draw the rectangle in the correct location, determine if it is a square or a rectangle, and compute for its area, perimeter and center point.


More details here, Important!

pastebin.com/8NDksx9M


1. Air Conditioning Unit

by CodeChum Admin

Construct a class to represent an air conditioning (AC) unit containing the following attributes:

  • brand - name of manufacturers like Samsung, LG, Carrier, etc.
  • type - whether it is an inverter type or not
  • power - represents the status of the AC unit whether it is turned on or not
  • thermostat - levels go from 1 to 10
  • temperature - levels go from 16 to 30 (in .5 intervals)
  • It should have two constructors - one default and another that is overloaded
  • default constructor
  • sets all the numerical values to the least value as described above
  • sets power to off, and type to inverter
  • sets brand to "AC Brand"
  • prints "Default Constructor"
  • overloaded constructor
  • accepts brand and type as arguments
  • everything else is set to the same values as in the default constructor
  • prints "Overloaded Constructor"


More details here, Important!

https://pastebin.com/yx0z0Tfr


A lamella coupling according to the figure below has friction surfaces between the diameters 135 and 105 mm. The coupling works with the surface pressure 36 N / cm2 and the friction number between the friction surfaces is 0.3. The lamella package is compressed by springs with the spring constant 610 N / cm per spring.


  1. What force do the springs compress lamella packages with?
  2. How much are the springs compressed?
  3. Determine the transferable torque if we assume that the frictional force attacks the average radius

When potassium dichromate (K2CrO4) is added to a solution containing 0.500g silver nitrate (AgNO3) solid silver chromate (Ag2CrO4) is formed


LATEST TUTORIALS
APPROVED BY CLIENTS