The displacement ∆S of the particle during the interval from t = 2sec to 4sec is; 210 sec
<h3>How to find the displacement?</h3>
We are given the velocity equation as;
s' = 40 - 3t²
Thus, the speed equation will be gotten by integration of the velocity equation to get;
s = ∫40 - 3t²
s = 40t - ¹/₂t³
Thus, the displacement between times of t = 2 sec and t = 4 sec is;
∆S = [40(4) - ¹/₂(4)³] - [40(2) - ¹/₂(2)³]
∆S = 210 m
Read more about Displacement at; brainly.com/question/4931057
#SPJ1
Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:
2.44 mV
Explanation:
This question has to be one of analog quantization size questions and as such, we use the formula
Q = (V₂ - V₁) / 2^n
Where
n = 12
V₂ = higher voltage, 5 V
V₁ = lower voltage, -5 V
Q = is the change in voltage were looking for
On applying the formula and substitutiting the values we have
Q = (5 - -5) / 2^12
Q = 10 / 4096
Q = 0.00244 V, or we say, 2.44 mV
The reason that it is not advisable to wear Ornament like ring at work shop is that rings can be easily get caught and fingers or the hands of the person can be injured, cut, scared etc.
<h3>Why should you not wear a ring at work?</h3>
Jewelry is known to bring about a lot of safety hazards for people working around chemicals and others.
Note that the reason that it is not advisable to wear Ornament like ring at work shop is that rings can be easily get caught and fingers or the hands of the person can be injured, cut, scared etc.
Learn more about Ornament from
brainly.com/question/24286720
#SPJ1
Answer:
Answer for the question is given in the attachment.
Explanation: