
1) x=9, because we can use the Pythagorean theorem, x^2 + 144 = 225, x^2 = 81
2)  , because 6^2 +6^2 = 72,
, because 6^2 +6^2 = 72, 
3)  , because
, because 
hope this helps... load for images!
 
        
             
        
        
        
Мальчик был напористым. ...
Ей было холодно. ...
Это было слишком тяжело. ...
Положительный оттенок Нейтральный оттенок Отрицательный оттенок
бережливый | экономия | скупой
 
        
             
        
        
        
Answer:
Answered in Python
for i in range(21):
     for j in range(i):
          print(i, end=' ')
     print(" ")
Explanation:
This iteration iterates from 1 to 20
for i in range(21):
This iteration iterates from 1 to current number
    for j in range(i):
This prints the current number in the a number of times equal to itself
        print(i, end=' ')
This enables printing on new line
    print(" ")
 
        
             
        
        
        
With your hands come on now
        
                    
             
        
        
        
In simple terms, the word "mortgage" is an account payable in which your house is the collateral. The asset acquired for the house is $315,000 but this value should be subtracted with the mortgage amount, $285,000 to calculate for the equity. 
                         equity = $315,000 - $285,000 
                                   = $30,000
Thus, the home equity Julie has is only $30,000.