Answer:
#Selling vehicles
import locale
locale.setlocale( locale.LC_ALL, 'en_CA.UTF-8' )
#Declaration of variables
total_pay=0
total_sales=0
#Selling details
for i in range(0,2):
#Ask the type of sell
type=input("Enter the type of the car you sold(used/new)? ")
#Check error
while(type.upper()!="USED" and type.upper()!="NEW"):
print('ERROR!!!Should be used or new!!Please Re-enter')
type=input("Enter the type of the car you sold(used/new)? ")
#Input price of the car
price=float(input("Enter the price of the car: "))
#Calculations
if(type.upper()=="NEW"):
total_pay+=1500
else:
total_pay+=price*.05
total_sales+=price
#Display results
print('Total Pay of the sale person = ',locale.currency(total_pay))
print('Total Sales = ',locale.currency(total_sales))
Answer:
v=82 m/s
s=116m
Explanation:
a=20t

using condition given at t=0

c=-8
now equation becomes
v=10t²-8
v at t= 3s v=82 m/s
again


now using condition given s=50 at t=0
b=50
now equation becomes

calculating s at t=3s
s=116m
Answer:
Tempered glass
Explanation:
Tempered or toughened glass is a type of safety glass processed by controlled
thermal or chemical treatments to increase its strength compared with normal glass. Tempering puts the outer surfaces into compression and the interior into tension . Such stresses cause the glass, when broken, to crumble into small granular chunks instead of splintering into jagged shards as plate glass (a.k.a. annealed glass) does. The granular chunks are less likely to cause injury.
Answer:
I don't where you live, but I named few around the world. Some are Virgi..nia Tech, Unive..rsity of Flor..dia, and Oklah..oma Stat..e Univ..ersity.