Answer:
//This Program is written in C++
// Comments are used for explanatory purpose
#include <iostream>
using namespace std;
enum mailbox{open, close};
int box[149];
void closeAllBoxes();
void OpenClose();
void printAll();
int main()
{
closeAllBoxes();
OpenClose();
printAll();
return 0;
}
void closeAllBoxes()
{
for (int i = 0; i < 150; i++) //Iterate through from 0 to 149 which literarily means 1 to 150
{
box[i] = close; //Close all boxes
}
}
void OpenClose()
{
for(int i = 2; i < 150; i++) {
for(int j = i; j < 150; j += i) {
if (box[j] == close) //Open box if box is closed
box[j] = open;
else
box[j] = close; // Close box if box is opened
}
}
// At the end of this test, all boxes would be closed
}
void printAll()
{
for (int x = 0; x < 150; x++) //use this to test
{
if (box[x] = 1)
{
cout << "Mailbox #" << x+1 << " is closed" << endl;
// Print all close boxes
}
}
}
Explanation:
> Try to conduct electricity for your whole home using domestic waste.
> A home made small washing machine to wash small clothes like socks
The friction force f = 10000 N
The heat transfer Q = 1.7936 KJ
<u>Explanation:</u>
Given data:
Surface area of Piston = 1 
Volume of saturated water vapor = 100 K Pa
Steam volume = 0.05 
Using the table of steam at 100 K pa
Steam density = 0.590 Kg/
Specific heat
= 2.0267 KJ/Kg K
Mass of vapor = S × V
m = 0.590 × 0.05
m = 0.0295 Kg
Solution:
a) The friction force is calculated
Friction force = In the given situation, the force need to stuck the piston.
= pressure inside the cylinder × piston area
= 100 ×
× 0.1
f = 10000 N
b) To calculate heat transfer.
Heat transfer = Heat needs drop temperatures 30°C.

Q = 0.0295 × 2.0267 ×
× 30
Q = 1.7936 KJ
To solve this problem we will apply the concepts related to real power in 3 phases, which is defined as the product between the phase voltage, the phase current and the power factor (Specifically given by the cosine of the phase angle). First we will find the phase voltage from the given voltage and proceed to find the current by clearing it from the previously mentioned formula. Our values are


Real power in 3 phase

Now the Phase Voltage is,



The current phase would be,

Rearranging,

Replacing,


Therefore the current per phase is 2.26kA
Answer:
hello your question is incomplete attached below is the missing diagram to the question and the detailed solution
Answer : principal stresses : 0.82 MPa, -33.492 MPa
shear stress = 17.157 MPa
∅ = 9.09 ≈ 10°
Explanation:
The principal stress ( б1 ) = 0.82 MPa
( б2 ) = -33.492 MPa
The shear stress = 17.157 MPa
∅ = 9.09 ≈ 10°
attached below is the detailed solution and the Mohr's circle