1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Minchanka [31]
2 years ago
6

A fruit company sells oranges for 32 cents a pound plus $7.50 per order for shipping. If an order is over 100 pounds, shipping c

ost is reduced by $1.50. This program is supposed to ask the user for the number of pounds of oranges and then print the cost of the order, but it is all mixed up! Can you put the lines in the right order?
Note that two lines are indented slightly.


Don't worry if you can't solve this one, as we'll cover all of how to do this in the coming weeks. But playing around with this program --- rearranging lines, keeping whole lines together --- and trying to figure out how to make it work will give you good experience in experimenting with Python.


costFruit = pounds * 0.32 #1

else: #2

if pounds <= 100 : #3

pounds = int(input("Enter pounds: ")) #4

print(totalCost) #5

shipping = 6.00 #6

shipping = 7.50 #7

totalCost = costFruit + shipping #8
Mathematics
1 answer:
Andre45 [30]2 years ago
6 0

Answer:

I will tell you if you give me 5 stars and thanks.

Step-by-step explanation:

because I need it.

You might be interested in
WILL GIVE BRAINLIST IF ANSWERS QUICKLY!
stealth61 [152]

Answer:

choice a is the answer

0.17

Step-by-step explanation:

5 0
3 years ago
Which loan will cost its holder the most in interest?
Elan Coil [88]
D or B I think is right
5 0
2 years ago
There are 20 players in a table tennis competition. each player must play exactly one match against every other player. how many
Flauer [41]
There are 10 matches in the competition if you count every other player you'll end up with 10

7 0
4 years ago
The angle of elevation to the top of a water tower from point A on the ground is 19.9°. From point B, 50.0 feet closer to the to
zepelin [54]

Answer:

Answer in terms of a trigonometric function :

h = \frac{20tan(19.9)}{0.4-tan(19.9)}

Answer in figures

h = 190.5 feet

Step-by-step explanation:

Consider the sketch attached below to better understand the problem.

Let x be the distance between point B and the base of the water tower.

tan (19.9)=\frac{h}{50+x} ---------------equation 1\\

tan (21.8)=\frac{h}{x}----------------equation 2

From equation 2,

x =\frac{h}{tan21.8}=\frac{h}{0.4}

substituting the value of x into equation 1, we get

tan (19.9)=\frac{h}{50+(\frac{h}{0.4} )}

tan 19.9=h\times \frac{0.4}{20+h}

cross multiplying,

20\times tan(19.9) +htan(19.9)=0.4h

20tan(19.9)= h(0.4-tan(19.9))

h= \frac{20tan (19.9)}{0.4-tan (19.9)}

The height of the tower is h= \frac{20tan (19.9)}{0.4-tan (19.9)} in terms of the trig function "Tan"

The equation can simply be evaluated to get the answer in figures since the angles are given in the question

5 0
3 years ago
If log3⁡⁡(4y−1)=log3⁡⁡(2y+7), what is the value of y?
Slav-nsk [51]
Knowing that there are two logs on both sides of the brackets, they cancel out. 
This leaves: 

4y-1=2y+7 (solve for y) 
4y-2y=7-1
2y=6
y=3 

Hope this helped :) 
5 0
3 years ago
Other questions:
  • Translate the sentence: “Twice x is 5” to an equation.
    8·1 answer
  • Which of the following rational functions is graphed below?
    7·1 answer
  • 3. 3(a + 1) - 5 = 3a - 2<br>a=​
    7·2 answers
  • (n 4 - 2n 3 - 3n 2 + 7n - 2) ÷ (n - 2)
    15·2 answers
  • 2y-2x=8<br><br> convert into y=mx+b format
    7·2 answers
  • A pair of opposite rays would be?
    15·2 answers
  • What is the primed factored root for 12
    10·1 answer
  • What is the perimeter of JKLM
    14·1 answer
  • Reagan used 1,297 sq ft of wrapping paper to wrap gifts for everyone in her class. If each gift used the same amount of wrapping
    10·1 answer
  • You recently opened your checking account with reallybigbank on August 1 using $100.00
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!