Answer:
<D = 100
<E =30
<F =50
Step-by-step explanation
Given that triangles triangle ABC and triangle DEF are similar, this means that their angles are congruent i.e
<A = <D
<B = <E
<C = <F
Given
<A = 100 then <D = 100
<B = 30°, then <E = 30°
To get <F, we will use the expression
<D+<E+<F = 180 (sum of angles in a triangle is 180°)
100+30+<F = 180
130+<F = 180
<F = 180-130
<F = 50°
Hence the measure of <F is 50°
Answer:
10/8 or 1 and 2/8
Step-by-step explanation:
You can convert 2/4 into 4/8 then all you have to do from there is just add to get 10/8.
Hope I could help! :)
Based on the information, it can be inferred that payment option A means a payment of $450, while option B means a payment of $300.
<h3>How much money does each payment option receive?</h3>
The payment options contemplated by the employer are distributed as follows:
Option A
- First week: $200
- Second week: $200 + $50 = $250
- Third week: $250 + $50 = $300
- Fourth week: $300 + $50 = $350
- Fifth week: $350 + $50 = $400
- Sixth week: $400 + $50 = $450
Option B
- First week: $200
- Second week: $220
- Third week: $240
- Fourth week: $260
- Fifth week: $280
- Sixth week: $300
Note: This question is incomplete because there is some information missing. Here is the missing information:
Complete the tables to show how much money would be received for both payment options, each week, for 6 weeks.
Learn more about payment options in: brainly.com/question/18524042
#SPJ1
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
1) split the range in three identical invervals of size [6 - 0] / 3 = 2
2) form three rectangles
2a) First rectangle: base 2, height f(2) = 2^2 + 1 = 5
area 1 = base * height = 2 * 5 = 10
2b) second rectangle: base 2, height f(2+2) = 4^2 + 1 = 17
area 2 = 2 * 17 = 34
2c) third rectangle: base 2 height f(4+2) = 6^2 + 1 = 37
area 3 = 2*37 = 74
3) total area = area 1 + area 2 + area 3 = 10 + 34 + 74 = 118