Question 5: A structure weighing 2500 kN (excluding pile cap weight) is to be supported on a pile...

Question 5: A structure weighing 2500 kN (excluding pile cap weight) is to be supported on a pile group (driven precast concr

Question 5: A structure weighing 2500 kN (excluding pile cap weight) is to be supported on a pile group (driven precast concr

Solved
Earth Science 1 Answer chan weiwei

Question 3 Mylo Ltd is a small engineering business that produces a range of central heating syst...

Question 3 Mylo Ltd is a small engineering business that produces a range of central heating systems for sale to builders me

Solved
ACCOUNTING 1 Answer biswadeb saha

For the figure shown answer the following: if a-8 in, b-8 in, radius of the circle = 2 in, radius...


For the figure shown answer the following: if a-8 in, b-8 in, radius of the circle = 2 in, radius of the half circle - 6 in 6

A) The moment of inertia of the half circle about the Y-axis is none 14618.70 O 6432.05 3761.36 O 142.25 19593.40 O

*B) The moment of inertia of the circle (the circle hole) about the Y-axis is 2475.58 816.81 O 12.57 O 3229.56 O 464.96 O non

* C) The moment of inertia of Triangle about the Y-axis is 170.67 O none o 3242.67 3157.33 O 512.00 O 1536.00 O

*D) The moment of inertia of the half circle about the X-axis is 19593.40 O 1017.88 142.25 508.94 8651.95 none 14618.70 O 254

Solved
Civil Engineering 1 Answer An Lê

A 440 V. 50 Hz two pole, Y-connected induction motor is rated at 75kW. The equivalent circuit par...

A 440 V. 50 Hz. two pole. Y connected induction motor is rated a 75kW The equivalent circuit para are R 1 0.075 ohms R2 0,065 ohms Km 7,2 ohnns xi 17 ohms core) 1.1kW F&W For a slip of 0.04. find a) The line current ll. bi The stator power tactor The rotor power factor d) The stator copper losses P e) he air-gap power PAG The power converted from electrical to mechanical form Pconv g) The induced torque h) The load lorque in The overall machine efficiency j) The motor speed in revolutions per minute and radians per second


Solved
Electrical Engineering 1 Answer Abdullah Siddiqui

Part II: Write a Program Question 1: [25 points] Write a program that prompts the user to enter a...

Part II: Write a Program Question 1: (25 points) Write a program that prompts the user to enter an integer consisting of 5 di

Part II: Write a Program Question 1: [25 points]
Write a program that prompts the user to enter an integer consisting of 5 digits (between 11111 and 99999). The program should print the sum of even digits and the multiplication of odd digits.
Hint: Break the number into four separate digits.
Sample Run1:
Enter a 5 digit number: 85324
Sum of even digits: 14
Multiplication of odd digits: 15
Sample Run2:
Enter a 5 digit number: 23563
Sum of even digits: 8
Multiplication of odd digits: 45
Sample Run3:
Enter a 5 digit number: 45
You should enter a number between 1111 and 9999!

Introduction to programming

Solved
Programming in C,C++ 1 Answer Aneesh Matlani

Let s(t) be an angle modulated signal: s(t) = A_c cos[w_c t + (t)] Where (t) = {k_p m(t) PM k_f...

Solved
Electrical Machines 1 Answer Abdul Ahad

Explain how a high performing company like Japan Airlines fell into serious financial t...

Explain how a high performing company like Japan Airlines fell into serious financial trouble due to the wrong strategic movement and also explain how a monk turned into CEO saved this company from near collapse and revive it again with unique leadership and management style. Also, tell me in one sentence what lesson we can learn from this case as students of Management? (300 words)

Solved
Supply Chain Management/Operations Management 1 Answer Noor Hossain

Program 3, “Square,” will implement a data type Square that represents squares with the x and y c...

Program 3, “Square,” will implement a data type Square that represents squares with the x and y coordinates of their upper-left corners and the length.

The API should be as follows. 

Square(double x, double y, double length)   //constructor

double area() //returns the area of the square

double perimeter() //returns the perimeter of the square

boolean intersects(Square b) //does this square intersect b? Two squares would intersect if they share one or more common points

boolean contains(Square b) //does this square contain b?

void draw() //draw this square on standard drawing


Note:
The program should include a main method to test that it does the following.

Instantiate a Square object whose upper-left corner coordinates and length are given as command-line arguments. It should print out the area and perimeter of the square.

Prompt the user for a second square’s upper-left corner coordinates and length, and indicate whether it intersects with the square specified earlier and also whether it contains the square specified earlier.

Provide a pop-up window that displays the two squares.

A sample run would be as follows.

java Square 0.2 0.7 0.3

The area is 0.09

The perimeter is 1.2

Enter the upper-left coordinates and the length of a square: 0.3 0.6 0.4

It intersects the first square.

It does not contain the first square.

Also a window should pop up that displays both the squares.

Solved
COMPUTER SCIENCE 1 Answer An Lê