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:
because burning rubber increases the grip power
Answer:
not sure if this helps but
Answer:
The amplitude of the absorbed mass can be found
for ka:

now
![w^2=\frac{K_{a} }{m_{a} } \\m_{a} =\frac{K_{a} }{w^2} =\frac{125000}{[6000*2\pi /60]^2} =0.317kg](https://tex.z-dn.net/?f=w%5E2%3D%5Cfrac%7BK_%7Ba%7D%20%7D%7Bm_%7Ba%7D%20%7D%20%5C%5Cm_%7Ba%7D%20%3D%5Cfrac%7BK_%7Ba%7D%20%7D%7Bw%5E2%7D%20%3D%5Cfrac%7B125000%7D%7B%5B6000%2A2%5Cpi%20%2F60%5D%5E2%7D%20%3D0.317kg)