to find the area of a rectangle is LxW=A
plug in the given numbers you have
L = 7
W = x-8
A = 42
7 * x-8 = 42
7x-56= 42
solve for X
Answer:
x = 0 and x = 1
Step-by-step explanation:
Given that,
A football is kicked into the air. The height of the football can be modeled by the equation :

Where
h is the height reached by the ball after x seconds
When it touches the ground, h = 0
So,

So, it will touch the ground at x = 0 and x = 1 seconds.
When simplified the answer is -2n^3+13
Answer:
$42.88
Step-by-step explanation:
Let's create a proportion using the following setup:
cost/pounds=cost/pounds
We know that it costs $20.42 for a 10 pound turkey.
$20.42/10 pounds= cost/pounds
We don't know how much a 21 pound turkey costs, so we can say that it costs $x for a 21 pound turkey.
$20.42/ 10 pounds= $x/ 21 pounds
20.42/10=x/21
We want to find x, by getting x by itself.
x is being divided by 21. The inverse of division is multiplication. Multiply both sides by 21.
21*(20.42/10)=(x/21)*21
21* 20.42/10=x
21*2.042=x
42.882=x
Round to the nearest cent, or hundredth.
42.88=x
x= $42.88
A 21 pound turkey costs $42.88
Our number system is in base 10, which means that each digit has a value that is a multiple of 10.
For ex:
877 literally means
8 7 7 where each digit is multiplied by
10^ 2 10 ^1 10^0 respectively
which is 8 * 10^ 2 + 7 * 10^1 + 7 * 10^0 = 8 * 100 + 7 * 10 + 7 * 1 = 800 + 70 + 7 = 877
Binary is in base 2, so each of its digits (which can only be 0 or 1) are multiplied by multiples of 2 (2^0, 2^1, 2^2 ect.)
To find what 877 is in binary you can do the following:
the symbol : means divide and i'll write the quotient + the remainder
877 : 2 = 438 + 1 (438 is the quotient, 1 is the remainder)
438 : 2 = 219 + 0
219 : 2 = 109 + 1
109 : 2 = 54 + 1
54 : 2 = 27 + 0
27 : 2 = 13 + 1
13 : 2 = 6 + 1
6 : 2 = 3 + 0
3 : 2 = 1 + 1
1: 2 = 0 + 1
now write ALL off the remainders from BOTTOM to TOP:
1101101101
use a similar step for octal (use 8 instead of 2 as the divisor) and hexidecimal (use 16 instead of 2 as the divisor)