Answer:
An apple, potato, and onion all taste the same if you eat them with your nose plugged
Step-by-step explanation:
AD || BC and BD is the transversal,
Therefore, angle DBC = angle ADB = 42° [alternate angles]
AD || BC and BD is the transversal,
angle BAD + angle ABD + angle DBC = 180° [co-interior angles]
or, 106°+ angle ABD + 42° = 180°
or, 148° + angle ABD = 180°
or, angle ABD = 180°-148° = 32°
Therefore, angle ABC = (32+42)° = 74°
AB||CD and BC is the transversal,
angle ABC + angle BCD = 180° [co-interior angles]
or, 72+2x+12 = 180
or, 84+2x = 180
or, 2x=180-84 = 96
or, x = 48
Answers: a)48°
b)42°
c)72°
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;
}
283.5
So you multiply 6.75 by 21 stools to find the total number of meters. Then you multiply that by 2.