answer:
ABCD is not congruent to KLMN
ABCD cannot be mapped onto KLMN
The second one !!!
I’m pretty sure
I believe the answer would be 6.96 cm
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
If there are 15 boards there are 14 gaps in-between.
But first, 15 boards each 9 and 1/4th inches so you get a total of 138 inches and 3/4th
If you subtract that from 144 you get 5 inches and 1/4th. The remaining amount is the total of all of the distance from the spacing.
Then you divide that by 14 (number of gaps/spacing in-between.)
So you get .375 inches. (3/8)
So width of the spacing between each board is 3/8ths of a inch