Answer:
7.8
Step-by-step explanation:
because if you square 5 and 6 you get 25 and 36. Add them together and you get 61. Square 61 to get 7.8102... which you can round to 7.8
The equation to find the hypotenuse of a right triangle is a^2+b^2=c^2
Answer:
Given:
A plane ticket to Barcelona costs £175 the price decreases by 6%
To find:
The new price of the plane ticket
Solution:
The ticket to Barcelona costs £ 175
The price decreases by 6%
⇒ 6% = 6/100 = 3/50
The new price of the plane ticket is decreased by the amount,
= £ 175 × 3/50
= £ 10.5
Therefore, the new price of the plane ticket is given by,
= £ 175 - £ 10.5
= £ 164.5
ik this question i got at school
Answer:
y=-x+8
Step-by-step explanation:
First distribute the negative
2y=(-x+4)2+8
then you would multiply the (-x+4) by the two
2y=-2x+8+8
then you would combined like terms
2y=-2x+16
then you would divide both sides by 2
y=-x+8
Let's use Gaussian elimination. Consider the augmented matrix,
• Add row 1 to row 2, and add -1 (row 1) to row 3:
• Add -2 (row 2) to row 3:
• Add -2 (row 3) to row 2:
• Add row 2 and row 3 to row 1:
So the inverse is
Answer:
Step-by-step explanation:
An event driven programs are process of programming by which an algorithm is written by programming on a UI element, placing an event listener such that it handled when triggered by calling a call-back function.
E.g is a click event on a button which is a UI element. An event listener example, mouse down can placed on it, and if a user mouse down on it, it is handled by calling a call-back function which might be to open a new page on website.