The code will have to obey the Pythagorean theorem that says square of the hypotenuse side is equals to the sum of the squares of the other legs.
<h3>How to write a code that check if a triangle is a right angle by using Pythagoras theorem?</h3>
The code is written in python.
def right_triangle(x, y, z):
if x**2 + y**2 == z**2 or y**2 + z**2 == x**2 or z**2 + x**2 == y**2:
print("it is a right angle triangle")
else:
print("it is not a right angle triangle")
right_triangle(6, 10, 8)
<h3>Code explanation</h3>
- we defined as function named "right_triangle". x, y and z are argument which are the length of the triangle.
- Then we check if the sides obeys Pythagoras theorem.
- If it does we print a positive statement else we print a negative statement.
Learn more about python at: brainly.com/question/21437082
#SPJ4
Answer:
this is more up to you on what you think you are good at and what you need to develop in.
Answer: given in the explanation
Explanation:
Data mining is referred as an automated processing tool used for sorting and analyzing enormous data and information which indeed are ``aimed towards effectively identifying trends and patterns and establishing relationships to solve business problems and generate new opportunities. Furthermore data mining techniques also helps to predict what’s going to happen in the future and act accordingly to take benefit of forthcoming tendencies.
Data mining is applied to a variety of large-scale data-processing activities such as collecting, extracting, warehousing and analyzing data. It also includes decision-support applications and technologies such as business artificial intelligence and machine learning and is used in varied areas of business research such as product development, sales and marketing etc.
Data mining is for taking advantage of data to predict
;
- Mathematical algorithms, and, data are used for predictive analytics. One can capture information, and, use it to model sales pattern, trends, and, customer behaviour
- Data mining uses algorithms to extract, and, analyze information; discover hidden patterns
- It uses data patterns, and, is thus closely tied to machine learning
- Historical & current information is used to predict future trends
Data mining can be used for the following:
- Data mining in gas & oil operations - Mining data in gas & oil operations involves committing to key technologies, and, processes; and, embracing new ways of thinking & problem-solving. Firms can use exploratory data analysis, modelling techniques & model development; approaches to put models into production
- Big data - Performance computing & advanced analytics
- Magic Quadrant - Evaluate 16 vendors to identify the right ones
- Heavy reading, network analytics - Optimize network; evaluate network performance; provide targeted marketing; fine-tune capacity.
Answer:
The top three winners are
Jody, the Giant
Buffy, the BarbarianAdelle, the Alligator
Answer:
BMP
Explanation:
The BMP file format, also known as bitmap image file, device independent bitmap (DIB) file format and bitmap, is a raster graphics image file format used to store bitmap digital images, independently of the display device (such as a graphics adapter), especially on Microsoft Windows[2] and OS/2[3] operating system