snakeyesxlaw
New member
- Joined
- Sep 8, 2007
- Messages
- 43
A page of a book is twice as tall as it is wide. The margins at the top and bottom of the page are 1.5 inches each and the margin on each side is 1 inch.
Write a function that models the area A of the printed portion of the page as a function of the width x of the page.
Width = (2x-3)
Length = (x-2)
A(x) = (x-2)(2x-3)
Suppose the area of the printed matter is 171 square inches. Find the dimensions of the page.
Height =
Width =
** this is where it gets questionable;
** is this correct:
(x-2)(2x-3) = 171
2x^2 - 5x + 6 = 171
2x^2 - 5x + 6 -171 = 0
2x^2 - 5x - 165 = 0
** if using quadratic formula;
(5 + or - (1320) ^ (1/2)) / 4 /* that does not look good at all expecially when solving for x to
/* to plug for the length x width
Write a function that models the area A of the printed portion of the page as a function of the width x of the page.
Width = (2x-3)
Length = (x-2)
A(x) = (x-2)(2x-3)
Suppose the area of the printed matter is 171 square inches. Find the dimensions of the page.
Height =
Width =
** this is where it gets questionable;
** is this correct:
(x-2)(2x-3) = 171
2x^2 - 5x + 6 = 171
2x^2 - 5x + 6 -171 = 0
2x^2 - 5x - 165 = 0
** if using quadratic formula;
(5 + or - (1320) ^ (1/2)) / 4 /* that does not look good at all expecially when solving for x to
/* to plug for the length x width