So all you need to do is subtract m from both sides.
Then you have your answer
m = 1
I hope this helps
-ayden
Answer: b=0
Step-by-step explanation:
0.5b+4=2(b+2)
0.5b+4=2b+4
4=1.5b+4
0=1.5b
b=0
Answer:
<u>The answer is -4 3/5</u>
Step-by-step explanation:
Let's reduce to its simplest form:
-3/5 + (-8/2) =
Step 1: Lowest Common Denominator (10):
- 6/10 + (-40/10) =
Step 2: Solve the parentheses:
- 6/10 - 40/10 =
Step 3: Subtract the fractions:
-46/10
Step 4: Simplify (Dividing by 2):
-23/5
Step 5: Converting the fraction to mixed number:
-4 3/5
<u>The answer is -4 3/5</u>
Answer:
x=4
Step-by-step explanation:
<u>Step 1</u>:-
given the lengths of two sides of a right angle are represented by 2x and 3(x+1) and longest side is 17 units.
AB = 2x and BC = 3(x+1) and longest side AC= 17
by using Pythagoras theorem

<u>step 2:-</u>
The hypotenuse is longest side is AC = 17 units
(17)^2 = 4x^2 +9(X+1)^2
on simplification, we will use formula

289 = 4x^2 +9(x^2+2x+1)

finding factors 70 X 52 = 3640


Taking common , we get
13x(x-4)+70(x-4)=0
x-4=0 and 13x+70=0
x=4 and 
x=4 and 
we can not choose negative value so x value is 4
Final answer:- x = 4
<u>verification:-</u>
<u></u>
<u></u>
289 = 4(4)^2+9(4+1)^2
289 = 64 +9(25)
289=289
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