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 best step for the engineers to make next is option D. Begin to design an airplane using this metal.
<h3>What is the metallic is plane parts?</h3>
Aluminum and its alloys are nevertheless very famous uncooked substances for the production of business planes, because of their excessive electricity at exceedingly low density. Currently, excessive-electricity alloy 7075, which includes copper, magnesium and zinc, is the only used predominantly withinside the plane industry.
The solution is D, due to the fact even as it's far crucial to marketplace the fabric and ensure humans are inquisitive about buying, they first want to attempt to layout aircraft the usage of this fabric. There isn't anyt any use promoting an aircraft constituted of this material_ if a aircraft can not be built.
Read more about the aircraft:
brainly.com/question/5055463
#SPJ1
Answer:
A.) 0.3088
B.) 0.0017
C.) part A
Explanation:
A.)




B.)


C.) Since the seat performance for an individual pilot is more important than 39 different pilots.
Answer:
The specific weight of unknown liquid is found to be 15 KN/m³
Explanation:
The total pressure in tank is measured to be 65 KPa in the tank. But, the total pressure will be equal to the sum of pressures due to both oil and unknown liquid.
Total Pressure = Pressure of oil + Pressure of unknown liquid
65 KPa = (Specific Weight of oil)(depth of oil) + (Specific Weight of unknown liquid)(depth of unknown liquid)
65 KN/m² = (8.5 KN/m³)(5 m) + (Specific Weight of Unknown Liquid)(1.5 m)
(Specific Weight of Unknown Liquid)(1.5 m) = 65 KN/m² - 42.5 KN/m²
(Specific Weight of Unknown Liquid) = (22.5 KN/m²)/1.5 m
<u>Specific Weight of Unknown Liquid = 15 KN/m³</u>
Answer:
This doesn't represent an equilibrium state of stress
Explanation:
∝ = 1 , β = 1 , y = 1
x = 0 , y = 0 , z = 0 ( body forces given as 0 )
Attached is the detailed solution is and also the conditions for equilibrium
for a stress state to be equilibrium all three conditions has to meet the equilibrum condition as explained in the attached solution