Answer:
X = 34
Step-by-step explanation:
The second one would be 4 inches.
Answer:
Algorithm
Start
Int n // To represent the number of array
Input n
Int countsearch = 0
float search
Float [] numbers // To represent an array of non decreasing number
// Input array elements but first Initialise a counter element
Int count = 0, digit
Do
// Check if element to be inserted is the first element
If(count == 0) Then
Input numbers[count]
Else
lbl: Input digit
If(digit > numbers[count-1]) then
numbers[count] = digit
Else
Output "Number must be greater than the previous number"
Goto lbl
Endif
Endif
count = count + 1
While(count<n)
count = 0
// Input element to count
input search
// Begin searching and counting
Do
if(numbers [count] == search)
countsearch = countsearch+1;
End if
While (count < n)
Output count
Program to illustrate the above
// Written in C++
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main()
{
// Variable declaration
float [] numbers;
int n, count;
float num, searchdigit;
cout<<"Number of array elements: ";
cin>> n;
// Enter array element
for(int I = 0; I<n;I++)
{
if(I == 0)
{
cin>>numbers [0]
}
else
{
lbl: cin>>num;
if(num >= numbers [I])
{
numbers [I] = num;
}
else
{
goto lbl;
}
}
// Search for a particular number
int search;
cin>>searchdigit;
for(int I = 0; I<n; I++)
{
if(numbers[I] == searchdigit
search++
}
}
// Print result
cout<<search;
return 0;
}
Answer:
The answer is
<h2>2√74 or 17.20 units</h2>
Step-by-step explanation:
The length of w line segment between two points can be found by using the formula

where
(x1 , y1) and (x2 , y2) are the points
From the question the points are
S(-8, 7) and T (6,-3)
The length of ST is

We have the final answer as
<h3>2√74 or 17.20 units</h3>
Hope this helps you
5600 - 4420 = 1180....so there is a difference of 1180 in a period of (1998 - 1993) = 5 yrs.
1180/5 = 236 people per yr
so in 1998 the population was 5600.....in 2000 (2 yrs later) the population would be : 5600 + 236(2) = 5600 + 472 = 6072 <==