alexm455 alexm455
  • 19-12-2019
  • Mathematics
contestada

I need help doing this problem/ where to start

I need help doing this problem where to start class=

Respuesta :

BoujeeAngel
BoujeeAngel BoujeeAngel
  • 19-12-2019

。☆✼★ ━━━━━━━━━━━━━━  ☾  

The two segments are equal

Thus, you can form an equation:

15 - x = 2x

Add x to both sides:

15 = 3x

Divide both sides by 3:

x = 5

Have A Nice Day ❤    

Stay Brainly! ヅ    

- Ally ✧    

。☆✼★ ━━━━━━━━━━━━━━  ☾

Answer Link

Otras preguntas

Need help solving this plzz
Which addition does the model below represent?
g The adjusted trial balance of Pacific Scientific Corporation on December 31, 2021, the end of the company's fiscal year, contained the following income statem
Funding for campaigns can come directly from all of the following EXCEPT: A using government campaign funds B. taking money directly from corporations с. contac
41 points. What is the range of this data set? 2.1, 2.6, 7.2, 5.5, 4.1, 5.5, 7.5, 6.1 A. 5.1 B. 5.5 C. 5.4 D. 7.5
The question at the bottom
For a named UK city, explain ONE way in which migration has changed its population.
Help what is the answer
Please help! Correct answer only please! A student number system for a county requires that the student number be 5 characters. The first 3 characters are any s
nt foo(int n){ if (n < 1){ return 0; } else { return 1 + foo(n / 10); } } What values are returned as a result of the following