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
zaharov [31]
3 years ago
11

HW2.24. Statement: Area of a Triangle The area of a triangle can be computed by knowing the base and height of the triangle usin

g the following formula: (the dot is mathematical notation for multiplication) Write a Python statement that assigns the variable area to the value computed by the above formula using variables base and height.
Computers and Technology
1 answer:
MArishka [77]3 years ago
3 0

Answer:

The python statement is:

area= 0.5 * base * height

Explanation:

Given

\frac{1}{2}\ .\ base\ .\ height

Required

Write an equivalent python statement

From the question, we understand that the expression be assigned to variable area.

So, the  equivalent python statement is:

area= 0.5 * base * height

Where

\frac{1}{2} = 0.5

It can also be written as:

area = base * height / 2

It can also be written as:

area = 1/2 * base * height

All the above statements are equivalent to:

\frac{1}{2}\ .\ base\ .\ height

You might be interested in
So I was looking at my profile and it says i'm a brainly PLUS member didn't sign up for it tho. Any ideas why this could have ha
DiKsa [7]

Answer: you should contact help

Explanation:maybe one of your family members just bought it and then u noticed.or maybe they surprised you..   .__.

6 0
3 years ago
Read 2 more answers
15. The text of a desktop publishing document is often created using
Feliz [49]
The answer is C. Word processing software
word processing software refers to the program that is functioned to compose, format, and editint text for printing documents.
In the recent years, the market for word processing software is dominated by Microsoft word and Apple pages.
3 0
3 years ago
Read 2 more answers
What is ‘validation’?
jeka94

Talking about models, validation is the process by the model is corroborated and its outputs are compared with experimental results. From validation, it can be seen how quantitative and qualitative accurate the model is, and it can be confirmed model fidelity to the real world.

3 0
3 years ago
The acronym is used to define the process that allows multiple devices to share a single routable ip address.
blondinia [14]
The answer is Mac Address
media access control address<span> </span>
4 0
3 years ago
Mary wants to rearrange the slides of her presentation. Which option should she use?
Gnesinka [82]

The answer is "Slide Sorter view". Some of the online courses say that all words must be spelled correctly and in the correct order, so if you don't have exactly what they want they will mark it as "wrong".

6 0
3 years ago
Other questions:
  • The instruction set for a microprocessor is unique and is typically understood only by the microprocessors of the same brand.
    7·1 answer
  • A light or optical microscope most commonly used is called a(n) _____. bright-field microscope dark-field microscope electron mi
    8·2 answers
  • Purpose Your goal is to create a design for a software interface. You will experience the scope of the design process from brain
    7·1 answer
  • To create a new query in Design view, click CREATE on the ribbon to display the CREATE tab and then click the ____ button to cre
    9·1 answer
  • When parallel parking, you should select a space that is __________ as long as your car.
    11·1 answer
  • I NEED HELP ASAP!
    6·2 answers
  • How will Artificial Intelligence change the way we do things? .......C-Claim:
    10·1 answer
  • Which of the following guidelines about the subject line of e-mail messages is most appropriate?
    15·2 answers
  • GOOD EVENING, FRIENDS, I WANT TO ASK ON THE ACCOUNT OF HIS NAME‏BENJEMIN360 . THIS ANSWERS ARE VERY WONDERFUL, BUT I CAN'T COMMU
    6·1 answer
  • Your friend says, “I can’t ever watch a streaming movie without it pausing for long moments. It makes me crazy!” What might you
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!