Answer:
Replace w and z with the given values:
5^2 + 2 + 48 / 2(8)
Simplify:
75/16 = 4 and 11/16
Step-by-step explanation:
hopes this helps
-Unknown
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Perimeter is 30
Area is also 30.
Add the numbers to get the perimeter and then use 1/2bh to get the area. <span />
To find the area, move each semicircle to fill up the square, you'll see there are three squares, each with an area of 4*4=16, so the total area is 3*16=48
Now the perimeter:
the perimeter of a circle is π times the diameter.
perimeter of each semicircle: (1/2)π*4=2π
there are altogether 6 arches and two straight sides, so the total is
2π*6+4*2=12π+8
the area is 48 square units, the perimeter is 12π+8 units.