Answer:
#include <stdio.h>
void SplitIntoTensOnes(int* tensDigit, int* onesDigit, int DecVal){
*tensDigit = (DecVal / 10) % 10;
*onesDigit = DecVal % 10;
return;
}
int main(void) {
int tensPlace = 0;
int onesPlace = 0;
int userInt = 0;
userInt = 41;
SplitIntoTensOnes(&tensPlace, &onesPlace, userInt);
printf("tensPlace = %d, onesPlace = %d\n", tensPlace, onesPlace);
return 0;
}
Answer:
V=L(di/dt) where i is current, V=0.208
Explanation:
using expression iL(t)=5e-2t+3te-2t-2 and L=0.05H(50/1000)
V=0.05*d(5e-2t+3te-2t-2)/dt
since there is no power of e, I'll assume the power to be 1
V=0.05*(-2+3e-2)
at t=0.25
V=0.15e-0.2
V=0.208
Answer:
0.2 m/s
Explanation:
The velocity of a point on the edge of a disk rotating disk can be calculated as:

Where
is the angular velocity and r the radius of the disk. This leads to:
Answer:
Cost = $2527.2 per month.
Explanation:
Given that
Discharge ,Q = 130 L/min
So

Cost = $0.45 per cubic meter
1 month = 30 days
1 days = 24 hr = 24 x 60 min
1 month = 30 x 24 x 60 min
1 month = 43,200 min
Lets x
x = 0.13 x 43,200

So the total cost = 5616 x 045 $
Cost = $2527.2 per month.