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.
The heat transferred to and the work produced by the steam during this process is 13781.618 kJ/kg
<h3>
How to calcultae the heat?</h3>
The Net Change in Enthalpy will be:
= m ( h2 - h1 ) = 11.216 ( 1755.405 - 566.78 ) = 13331.618 kJ/kg
Work Done (Area Under PV curve) = 1/2 x (P1 + P2) x ( V1 - V2)
= 1/2 x ( 75 + 225) x (5 - 2)
W = 450 KJ
From the First Law of Thermodynamics, Q = U + W
So, Heat Transfer = Change in Internal Energy + Work Done
= 13331.618 + 450
Q = 13781.618 kJ/kg
Learn more about heat on:
brainly.com/question/13439286
#SP1
Answer:
Hydrostatic force = 41168 N
Explanation:
Complete question
A triangular plate with a base 5 ft and altitude 3 ft is submerged vertically in water so that the top is 4 ft below the surface. If the base is in the surface of water, find the force against onr side of the plate. Express the hydrostatic force against one side of the plate as an integral and evaluate it. (Recall that the weight density of water is 62.5 lb/ft3.)
Let "x" be the side length submerged in water.
Then
w(x)/base = (4+3-x)/altitude
w(x)/5 = (4+3-x)/3
w(x) = 5* (7-x)/3
Hydrostatic force = 62.5 integration of x * 4 * (10-x)/3 with limits from 4 to 7
HF = integration of 40x - 4x^2/3
HF = 20x^2 - 4x^3/9 with limit 4 to 7
HF = (20*7^2 - 4*7^(3/9))- (20*4^2 - 4*4^(3/9))
HF = 658.69 N *62.5 = 41168 N
Answer:
Explanation: Here it is: 67 Hope that helps! :)
Answer: its an Ignition coil