You add all those number together then divide the number you got by how many numbers there are and that's your answer, 61.1
edit : dont listen to me I didnt see the numbers 64 and 65, im sorry
Answer:
triangle
Step-by-step explanation:
Step-by-step explanation:
length = (2x + 3) units
width = (x - 7) units
Area = 2( length × width)
Area = 2( (2x + 3) × (x - 7) )
Area = 2( 2x² - 14x + 3x - 21)
Area = 2 ( 2x² -11x - 21)
Area = 4x² - 22x - 42
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).
Answer:
1) 2=27
2) x= -11/2
3) no
Step-by-step explanation: