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:
Kindly follow the steps as shown below.
Explanation:
Answer:
I did not what is it about?
Answer:
Inside the Sun.
Explanation:
Inside the Sun, this process begins with protons (which is simply a lone hydrogen nucleus) and through a series of steps, these protons fuse together and are turned into helium. This fusion process occurs inside the core of the Sun, and the transformation results in a release of energy that keeps the sun hot.
Answer:
t = 2244.3 sec
Explanation:
calculate the thermal diffusivity


Temperature at 28 mm distance after t time = = 50 degree C
we know that

![\frac{ 50 -25}{300-25} = erf [\frac{28\times 10^{-3}}{2\sqrt{1.34\times 10^{-5}\times t}}]](https://tex.z-dn.net/?f=%5Cfrac%7B%2050%20-25%7D%7B300-25%7D%20%3D%20erf%20%5B%5Cfrac%7B28%5Ctimes%2010%5E%7B-3%7D%7D%7B2%5Csqrt%7B1.34%5Ctimes%2010%5E%7B-5%7D%5Ctimes%20t%7D%7D%5D)

from gaussian error function table , similarity variable w calculated as
erf w = 0.909
it is lie between erf w = 0.9008 and erf w = 0.11246 so by interpolation we have
w = 0.08073
![erf 0.08073 = erf[\frac{3.8245}{\sqrt{t}}]](https://tex.z-dn.net/?f=erf%200.08073%20%3D%20erf%5B%5Cfrac%7B3.8245%7D%7B%5Csqrt%7Bt%7D%7D%5D)

solving fot t we get
t = 2244.3 sec