Do you have a picture to go with it?
Answer:
60
Step-by-step explanation:
Answer:29.7
Step-by-step explanation:
30/100
9 x 3/10
90/1 x 10/3 = 90
90 divided by 30 is 30
Without any more information we can't find the actual numerical representation of the length and width but we can give an expression that will allow us to find them...
We let the width equal x, so the length is 3x. That would be the dimensions...
length = 3x
width = x
So to find perimeter the expression would be
2(3x) + 2(x) =
6x + 2x =
8x
For the area it would be
a= length × width
a = 3x × x
a = 3x^2
Answer:
1
Step-by-step explanation:
Remainder if 7*7*7... 124 times is divided by 4
The remainder when (7^124) / 4
Using python console:
a = 7**124
b = 4
c = a%b
print(c)
Output = 1
Hence, the remainder when 7^124 is divided by 4 is 1