Answer:
mobile phones and internet access
Explanation:
I got it right on my quiz
Answer:
a) 280MPa
b) -100MPa
c) -0.35
d) 380 MPa
Explanation:
GIVEN DATA:
mean stress 
stress amplitude 
a) 
--------------1

-----------2
solving 1 and 2 equation we get

b) 
c)
stress ratio

d)magnitude of stress range

= 280 -(-100) = 380 MPa
Answer:
<em>Python code is as follows:
</em>
********************************************************************************
#function to get number up to any number of decimal places
def toFixed(value, digits):
return "%.*f" % (digits, value)
print("Enter the price: ", end='', flush=True) #prompt for the input of price
price = float(input()) #taken input
totalCost = price + 0.05 * price #calculating cost
print("Total Cost after the sales tax of 5% is applied: " + toFixed(totalCost,2)) #print and output totalCost
************************************************************************************
Answer:
total width bandwidth = 8kHz
Explanation:
given data
transmitter operating = 3.9 MHz
frequencies up to = 4 kHz
solution
we get here upper side frequencies that is
upper side frequencies = 3.9 ×
+ 4 × 10³
upper side frequencies = 3.904 MHz
and
now we get lower side frequencies that is
lower side frequencies = 3.9 ×
- 4 × 10³
lower side frequencies = 3.896 MHz
and now we get total width bandwidth
total width bandwidth = upper side frequencies - lower side frequencies
total width bandwidth = 8kHz