Answer:
a/9 - 4
Step-by-step explanation:
 
        
                    
             
        
        
        
I believe the total is 16.53. First I took 7% of 57 is 3.99. Then multiplying 57 by 0.22 and adding that to 3.99 which is 16.53
        
             
        
        
        
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
 
        
             
        
        
        
Hi, to find the area of the rectangle all you have to do is multiply the length times the width.
 A = 80inches • 45inches = 3600
        
             
        
        
        
Answer:
62 degrees
Step-by-step explanation: 
First, it is important to note that all three angles in a triangle add up to be 180 degrees, and if you draw a straight line extending off the side of a triangle, the outside angle and the inside angle are supplementary (they add to be 180 degrees). So,(3x+3)+(2x+4)-180=measure angle F, and 180-(7x-5)=measure angle F according to the rules respectively. Since both of these equations are equal (they both equal the measure of angle F) we can set them equal to each other to find the value of x=> 180-(7x-5)=(3x+3)+(2x+4)-180=> 180-7x-5=3x+3+2x+4-180. Now combine like terms=>175-7x=5x-173. Now, add 7x to both sides and add 173 to both sides to get the variables on one side of the equation=> 175+173-7x+7x=5x+7x-173+173 (the 7x and -7x on the left side and the 173 and -173 on the right side cancel out) =>348=12x. Divide both sides by twelve to find x=> 29=x. Now, plug 29 into what is given for angle FDE=> 2(29)+4=
58+4=
62 degrees