Answer:
(c) heat resulting from compressing air that is supplied for combustion
Explanation:
In a diesel engine the combustion of the fuel takes place due to the adiabatic compression which leads to elevated temperatures in the cylinder. First the air is compressed by the piston in the cylinder which raises the temperature, then the atomized fuel is put in the cylinder causing the ignition of fuel. Diesel engines have the highest thermal efficiency.
Spark causes ignition in petroleum engine.
It could be designed because if we had a small little pizza shop it would save our problems of going through all the trouble just for pizza
Answer:
#include <iostream>
#include <string>
using namespace std;
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++)
{
if (tolower(str[i]) != tolower(str[length - 1 - i]))
return false;
}
return true;
}
int main()
{
string s[6] = {"madam", "abba", "22", "67876", "444244", "trymeuemyrt"};
int i;
for(i=0; i<6; i++)
{
//Testing function
if(isPalindrome(s[i]))
{
cout << "\n " << s[i] << " is a palindrome... \n";
}
else
{
cout << "\n " << s[i] << " is not a palindrome... \n";
}
}
return 0;
}
Answer:

Explanation:
Previous concepts
Angular momentum. If we consider a particle of mass m, with velocity v, moving under the influence of a force F. The angular momentum about point O is defined as the “moment” of the particle’s linear momentum, L, about O. And the correct formula is:

Applying Newton’s second law to the right hand side of the above equation, we have that r ×ma = r ×F =
MO, where MO is the moment of the force F about point O. The equation expressing the rate of change of angular momentum is this one:
MO = H˙ O
Principle of Angular Impulse and Momentum
The equation MO = H˙ O gives us the instantaneous relation between the moment and the time rate of change of angular momentum. Imagine now that the force considered acts on a particle between time t1 and time t2. The equation MO = H˙ O can then be integrated in time to obtain this:

Solution to the problem
For this case we can use the principle of angular impulse and momentum that states "The mass moment of inertia of a gear about its mass center is
".
If we analyze the staritning point we see that the initial velocity can be founded like this:

And if we look the figure attached we can use the point A as a reference to calculate the angular impulse and momentum equation, like this:

](https://tex.z-dn.net/?f=0%2B%5Csum%20%5Cint_%7B0%7D%5E%7B4%7D%2020t%20%280.15m%29%20dt%20%3D0.46875%20%5Comega%20%2B%2030kg%5B%5Comega%280.15m%29%5D%280.15m%29)
And if we integrate the left part and we simplify the right part we have

And if we solve for
we got:
