
William W. answered 01/25/21
Top Algebra Tutor
Let "n" be "a number" then twice the number is "2n" and 5 more than that is "2n + 5" so:
Length = 2n + 5
3 less than the number is "n - 3" so:
Width = n - 3
Area = length x width
A = (2n + 5)(n - 3)
76 = (2n + 5)(n - 3)
76 = 2n2 - 6n + 5n - 15
0 = 2n2 - n - 15 - 76
2n2 - n - 91 = 0
Sometimes it's not easy to realize a quadratic equation can be factored, so I'll use the Quadratic Formula:
For ax2 + bx + c = 0
a = 2, b = -1, c = -91
x = -(-1) ± √((-1)2 - 4(2)(-91))/(2•2)
x = (1 ± √(1 + 728))/4
x = (1 ± √729)/4
Breaking this into 2 parts (the "plus" and the "minus"):
x = (1 + √729)/4 = (1 + 27)/4 = 28/4 = 7
x = (1 - √729)/4 = (1 - 27)/4 = -26/4 = -6.5
Plugging in n = 7 we get Length = 19 and Width = 4
Plugging in n = - 6.5 we get Length = -8 and Width = - 9.5 and obviously we can throw this out since length and width cannot be negative.
So the number is 7.