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.
Solution :
Given :

Operation time,
= 3000 hours per year

Operation time,
= 2000 hours per year
The density, ρ = 
The wind blows steadily. So, the K.E. = 

The power generation is the time rate of the kinetic energy which can be calculated as follows:
Power = 
Regarding that
. Then,
Power
→ Power = constant x 
Since,
is constant for both the sites and the area is the same as same winf turbine is used.
For the first site,
Power, 

For the second site,
Power, 
Answer:
it is not possible to place the wires in the condui
Explanation:
given data
total area = 2.04 square inches
wires total area = 0.93 square inches
maximum fill conduit = 40%
to find out
Can it is possible place wire in conduit conduit
solution
we know maximum fill is 40%
so here first we get total area of conduit that will be
total area of conduit = 40% × 2.04
total area of conduit = 0.816 square inches
but this area is less than required area of wire that is 0.93 square inches
so we can say it is not possible to place the wires in the conduit
A clean machine is a clean machine :-)
Answer:
The Poisson's Ratio of the bar is 0.247
Explanation:
The Poisson's ratio is got by using the formula
Lateral strain / longitudinal strain
Lateral strain = elongation / original width (since we are given the change in width as a result of compession)
Lateral strain = 0.15mm / 40 mm =0.00375
Please note that strain is a dimensionless quantity, hence it has no unit.
The Longitudinal strain is the ratio of the elongation to the original length in the longitudinal direction.
Longitudinal strain = 4.1 mm / 270 mm = 0.015185
Hence, the Poisson's ratio of the bar is 0.00375/0.015185 = 0.247
The Poisson's Ratio of the bar is 0.247
Please note also that this quantity also does not have a dimension