Answer:
F₁ = 1500 N
F₂ = 750 N
= 500 N
Explanation:
Given :
Power transmission, P = 7.5 kW
= 7.5 x 1000 W
= 7500 W
Belt velocity, V = 10 m/s
F₁ = 2 F₂
Now we know from power transmission equation
P = ( F₁ - F₂ ) x V
7500 = ( F₁ - F₂ ) x 10
750 = F₁ - F₂
750 = 2 F₂ - F₂ ( ∵F₁ = 2 F₂ )
∴F₂ = 750 N
Now F₁ = 2 F₂
F₁ = 2 x F₂
F₁ = 2 x 750
F₁ = 1500 N , this is the maximum force.
Therefore we know,
= 3 x 
where
is centrifugal force
=
/ 3
= 1500 / 3
= 500 N
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:
33.56 ft^3/sec.in
Explanation:
Duration = 6 hours
drainage area = 185 mi^2
constant baseflow = 550 cfs
<u>Derive the unit hydrograph using the inverse procedure </u>
first step : calculate for the volume of direct runoff hydrograph using the details in table 2 attached below
Vdrh = sum of drh * duration
= 29700 * 6 hours ( 216000 secs )
= 641,520,000 ft^3.
next step : Calculate the volume of runoff in equivalent depth
Vdrh / Area = 641,520,000 / 185 mi^2
= 1.49 in
Finally derive the unit hydrograph
Unit of hydrograph = drh / volume of runoff in equivalent depth
= 50 ft^3 / 1.49 in = 33.56 ft^3/sec.in
Answer:
d. 90%
Explanation:
As we know that internal combustion engine produce lot's of toxic gases to reduce these toxic gases in the environment a device is used and this device is know as current modeling converter.
Generally the efficiency of current model catalytic converter is more than 90%.But the minimum efficiency this converter is 90%.
So option d is correct.
d. 90%
Answer:
(B) dimensions, tolerances, materials, and finishes of a component.
Explanation:
An engineering drawing :
An engineering drawing is a technical drawing which draws the actual component .
An engineering drawing shows
1. Materials
2.Dimensions
3.Tolerance
4.Finishes of a component
Engineering drawing does not shows any information about the cost of component.
So the option B is correct.