7(2+5v)=3v+14
14+35v=3v+14
-3v -3v
14+32v=14
-14 -14
32v=0
÷32 ÷32
v=0
hope this helps!!
Answer:
17
Step-by-step explanation:
Using order of operations you eliminate the 7x0, which becomes just 0, and from then it is simply a left to right addition problem
Answer:
3,6,6,9 (6 is not a function and has been repeated twice)
-1,-2,-5,-7
sorry if their wrong id.rk
Answer:
Answered
Step-by-step explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))