Answer:
173.83
Step-by-step explanation:
17.4 * 9.99
173.826 ~ 173.83
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;
}
So hmmm check the picture below
so, we're looking for dr/dt then at 4:00pm or 4 hours later
now, keep in mind that, the distance "x", is not changing, is constant whilst "y" and "r" are moving, that simply means when taking the derivative, that goes to 0
<em>Answer: C</em>
<em />
<em />
<em>It is C because when there is a line at the top of the number, it is infinite and repeats many times. That number in a shorter was can be written as a fraction over 990. Two of the answer choices has 990 in it which is letters B and C. This eliminates answer choices A and D. The number that is within the dot is your numerator (645) and 990 is your denominator. Overall the answer is 645/990</em>