101002 = 1*24 + 0*23 + 1*22 + 0*21 + 0*20
(note the coefficients of the powers of 2 are the digits of the number in base 2).
=1*16 + 0*8 + 1*4 +0*2 +0*1 = 16+4 = 20
Base2 011 = 11 Base3 011 = 10 Any base above that: Base2(11) equals 3
4
The area of a trapezoid is equal to half the sum of the lengths of the two parallel sides (base1 and base2) multiplied by the height. The formula for the area of a trapezoid is A = (base1 + base2) * height / 2.
To add these two binary numbers, we can first convert them to decimal. 111111 in base 2 is equal to 63 in base 10, and 10001 in base 2 is equal to 17 in base 10. Adding these two decimal numbers gives us 63 + 17 = 80 in base 10. Finally, we convert 80 back to binary to get the final answer, which is 1010000 in base 2.
Area = 1/2*(6+4)*height
Base2 011 = 11 Base3 011 = 10 Any base above that: Base2(11) equals 3
4
11101010.1
The area of a trapezoid is equal to half the sum of the lengths of the two parallel sides (base1 and base2) multiplied by the height. The formula for the area of a trapezoid is A = (base1 + base2) * height / 2.
To add these two binary numbers, we can first convert them to decimal. 111111 in base 2 is equal to 63 in base 10, and 10001 in base 2 is equal to 17 in base 10. Adding these two decimal numbers gives us 63 + 17 = 80 in base 10. Finally, we convert 80 back to binary to get the final answer, which is 1010000 in base 2.
If it is a right angled triangle then this is known as Pythagoras' theorem: height2+base2 = hypotenuse2 ⇒ hypotenuse = √(height2 + base2)
Each of its parallel sides is classed as a base
struct base1 { // ... }; struct base2 { // ... }; struct derived1 : public base1 // single inheritance { // ... }; struct derived2 : public base1, public base2 // multiple inheritance { // ... };
(base1 + base2)/2 = midsegment
A trapezoid is a two-dimensional object. 2d objects do not have volume. To calculate the area, see below. With the parallel sides as base1 and base2, and the distance between them as the height: height*(base1+base2)/2
Another name for base2 math is binary math.
The parallel sides are often referred to as base1 and base2.