Area is equal to length times width, so we can use this over here:
Area = lw
Area = (x+7)(x+1)
Area = x^2+x+7x+7
Area = x^2+8x+7
Hope this helps!! :)
Answer:
The Answer is B
Step-by-step explanation:
A = 8,000(1 + 0.045)12
i just got it right
She would save 54.45 because addding them up individually before the plan would cost 184.49 and to find the difference all you have to do is subtract 184.49-129.99 and that would tell you how much she saved
Answer:
4
Step-by-step explanation:
For each number, you have to keep adding a positive 4 to get the next number in he sequence.
Answer:
espero que esto ayude
Step-by-step explanation:
length = int (input ("Ingresa una longitud"))
width = int (input ("Ingresa un ancho"))
área = largo * ancho
imprimir ("El área es" + área)