Convert Binary Number 01110111 to Decimal

STRUCTUREDMedium

Question

Convert the 8-bit binary number 01110111₂ into its decimal (base 10) equivalent.

binarynumber-conversiondecimal

Related mathematics Questions(sorted by relevance)

Convert 16-bit Binary Number 1001 1010 1000 0010 to Decimal

Hard

Convert the 16-bit binary number:

1001 1010 1000 001021001\ 1010\ 1000\ 0010_2

into its decimal (base-10) equivalent.

binarydecimalnumber-conversion
View

Partial Fractions – Algebraic Decomposition

Medium

It is given that there exist constants AA and BB such that

x3+8x2+12x+20=A(x+1)(x2+4)+B(x2+4)+4(x+1)2x^3 + 8x^2 + 12x + 20 = A(x + 1)(x^2 + 4) + B(x^2 + 4) + 4(x + 1)^2

for all xRx \in \mathbb{R}. Find the values of AA and BB. Hence, write down

x3+8x2+12x+20(x+1)2(x2+4)\frac{x^3 + 8x^2 + 12x + 20}{(x + 1)^2(x^2 + 4)}

in partial fractions.

AlgebraPartial Fractions
View

Finding the Centroid and Area of Triangle ABC Given Coordinates

Medium

If A(6,7)A(6, 7), B(12,9)B(12, 9), and C(15,8)C(15, 8), find the coordinates of the centroid and the area of triangle ABC

Coordinate GeometryTriangle
View

Forming a Cubic Polynomial with Known Remainders and Roots

Medium

A quadratic polynomial G(x)G(x) has remainders 13\frac{1}{3}, 15\frac{1}{5}, and 18\frac{1}{8} when divided by (x1)(x - 1), (x3)(x - 3), and (x6)(x - 6) respectively. Show that (x1)(x - 1), (x3)(x - 3), and (x6)(x - 6) are factors of the polynomial

f(x)=(x+2)G(x)1f(x) = (x + 2)G(x) - 1

Hence, find f(x)f(x)

PolynomialsRemainder Theorem
View