Answer:
w = 10.437 kips
deflection at 1/4 span 20.83\E ft
at mid span = 1.23\E ft
shear stress 7.3629 psi
Explanation:
area of cross section = 18*76
length of span = 32 ft
moment = 334 kips-ft
we know that
moment = load *eccentricity
334 = w * 32
w = 10.437 kips
deflection at 1/4 span



= 20.83\E ft
at mid span



shear stress

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:
In engineering and materials science, a stress–strain curve for a material gives the relationship between stress and strain. It is obtained by gradually applying load to a test coupon and measuring the deformation, from which the stress and strain can be determined (see tensile testing).
Explanation:
please mark brainliest
Senors are a type of device that produce a amount of change to the output to a known input stimulus.
Input signals are signals that receive data by the system and outputs the ones who are sent from it. Hope this helps ;)
Answer:
I don't know ask my dad he would
Explanation:
but I can't ask him because he went to get milk and forgot to come back