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:
a = 22
b = 31
c = 13
Step-by-step explanation:
The sum is the same in each row, column, and diagonal.
One of the diagonals is already complete. The sum is:
16 + 25 + 34 = 75
So the first row adds up to 75:
a + 37 + 16 = 75
a = 22
The second row adds up to 75:
19 + 25 + b = 75
b = 31
And the third row adds up to 75:
34 + c + 28 = 75
c = 13
We can check our answer by finding the sum of each column and the other diagonal.
22 + 19 + 34 = 75
37 + 25 + 13 = 75
16 + 31 + 28 = 75
22 + 25 + 28 = 75
<span>To get the Least Common Multiple (LCM) of 37 and 12 we need to factor each value first and then we choose all the factors which appear in any column and multiply them:
<span><span>37: 37</span><span>12: 223 </span><span>LCM: 22337</span></span>The Least Common Multiple (LCM) is: 2 x 2 x 3 x 37 = 444</span><span> </span>
Base on the question where as asking to choose among the following point in your question that states the center of rotation if the triangle abc is rotated 180 degree, base on my calculation, the possible answer would be either point a, point b, or point c. I hope you are satisfied with my answer and feel free to ask for more
300,800,400
Million, thousand, hundred