Answer:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
Answer:
a)temperature=69.1C
b)3054Kw
Explanation:
Hello!
To solve this problem follow the steps below, the complete procedure is in the attached image
1. draw a complete outline of the problem
2. to find the temperature at the turbine exit use termodinamic tables to find the saturation temperature at 30kPa
note=Through laboratory tests, thermodynamic tables were developed, these allow to know all the thermodynamic properties of a substance (entropy, enthalpy, pressure, specific volume, internal energy etc ..)
through prior knowledge of two other properties such as pressure and temperature.
3. Using thermodynamic tables find the enthalpy and entropy at the turbine inlet, then find the ideal enthalpy using the entropy of state 1 and the outlet pressure = 30kPa
4. The efficiency of the turbine is defined as the ratio between the real power and the ideal power, with this we find the real enthalpy.
Note: Remember that for a turbine with a single input and output, the power is calculated as the product of the mass flow and the difference in enthalpies.
5. Find the real power of the turbine
Answer:
A safety manager is a person who designs and maintains the safety elements at workplace. A balance should be required for production and the job in providing work environment. As a safety officer in a medium sized manufacturing facility the following organizational system can be designed and maintained:
- Maintaining a workplace as per the guidelines by Occupational safety and health association. The rules and regulation should be such that maintains the manufacturing facilities.
- For warning to workers proper labelling, floor mapping, signs, posters should be used.
- Procurement and usage of safe tools.
- A guideline that describes safety standard and precautionary measures should be available to the workers. They should be aware about all the steps that needs to be taken in crisis.
- Ensuring that the workers have enough training safety and health or accident prevention.
- Identify and eliminate the hazardous elements from the workplace.
- A strict action should be taken against the worker in case of violation of rules and not adhering with guidelines.
Answer:
Smoke detectors on the robot.
Plz rate as Brainliest. I need it to get to the next rank.
Answer:
$7,778.35
Explanation:
At year 3, the final payment of the remaining balance is equal to the present worth P of the last three payments.
First, calculate the uniform payments A:
A = 12000(A/P, 4%, 5)
= 12000(0.2246) = 2695.2 (from the calculator)
Then take the last three payments as its own cash flow.
To calculate the new P:
P = 2695.2 + 2695.2(P/A, 4%, 2) = 2695.2 + 2695.2(1.886) = 7778.35
Therefore, the final payment is $7,778.35