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))
Complete Complete
The complete question is shown on the first uploaded image
Answer:
The moment of inertia of the bar about the center of mass is

Explanation:
The free body diagram is shown on the second uploaded image
From the diagram we see that is
The mass of each segment is



The distance from the origin to the center of the segments i.e the center of masses for the individual segments


The resultant center of mass is mathematically evaluated as

The moment of Inertia of each segment of the bar is mathematically evaluated
=
= 
=
According to parallel axis theorem the moment of inertia about the center (
) is mathematically evaluated as


Answer:
Answer to this question is option D i.e. unit price.
Explanation:
The unit price of the item can be understood as the price of a single product or one single commodity which forms a part of a group of items. When only one unit is to be sold then here comes the importance of 'unit price.' This is generally helpful in the retail sector where the products are bought in bulk after calculating the per-unit price of each commodity in that particular bulk.
It has to do with mechanical engineering