Answer:
-1/2
if it's not right let me know
Step-by-step explanation:
Base 10 has the ten digits: {0, 1, 2, 3, 4, 5, 6,7, 8, 9}
Base 11 has the digits: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A} where A is treated as a single digit number
Base 12 has the digits {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B}
Base 13 has the digits: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C}
Base 14 has the digits: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D}
The digit D is the largest single digit of that last set. So the largest 3-digit base 14 integer is DDD which is the final answer
Note: It is similar to how 999 is the largest 3-digit base 10 integer
A) Height -7 = base
B) .5 * height * base = 60
Substituting A into B
B) .5 * height * (height -7) = 60
B) .5*height^2 -3.5*height = 60
B) .5*height^2 -3.5*height -60 = 0
Using the quadratic formula:
Height = 15
Subtracting 7 gives us the base length
Base = 8
**************************************************************
Double-Check
.5 * 15 * 8 = 60