Answer:
curly brackets are missing
Explanation:
The body of the main() function need to be enclosed in curly brackets. Try this:
int P = 3000;
int main( ) {
for (int t = 0; t < 10; t++) {
cout << P;
}
}
Answer:
the maximum thermal efficiency is 29%
Explanation:
the maximum efficiency for a thermal engine that works between a cold source and a hot source is the one of a Carnot engine. Its efficiency is given by
Maximum efficiency= 1 - T2/T1
where
T2= absolute temperature of the cold sink (environment)= 20°C + 273 = 293
T2= absolute temperature of the hot source (hot water supply) = 140°C + 273 = 413
therefore
Maximum efficiency= 1 - T2/T1 = 1 - 293/413 = 0,29 =29%
The answer is c. 4 seconds
Answer:
A) About
newtons
B) 76.518 newtons
C) 111.834 newtons
Explanation:
A)
, where G is the universal gravitational constant, M 1 and 2 are the masses of both objects in kilograms, and r is the radius in meters. Plugging in the given numbers, you get:

B) You can find the weight of each object on Earth because you know the approximate acceleration due to gravity is 9.81m/s^2. Multiplying this by the mass of each object, you get a weight for the first particle of 76.518 newtons.
C) You can do a similar thing to the previous particle and find that its weight is 11.4*9.81=111.834 newtons.
Hope this helps!