It is this property which makes the plane "flat". Two distinct lines intersect in at most one point, two distinct planes intersect in at most one line. If two coplanar lines do not intersect, they are parallel. Two lines which re not coplanar cannot intersect and are called "skew" lines.
There are a few ways to find out the correct answer. One of them is to divide 2.40 by 6 to get a price of one cake and then multiply it by 10:
2.40 ÷ 6 = 0.40
0.40 * 10 = 4.00
Answer: Ten cakes would cost 4 pounds.
Answer:
Step-by-step explanation:
Count pairs (a, b) whose sum of squares is N (a^2 + b^2 = N)
Given a number N, the task is to count all ‘a’ and ‘b’ that satisfy the condition a^2 + b^2 = N.
Note:- (a, b) and (b, a) are to be considered as two different pairs and (a, a) is also valid and to be considered only one time.
Examples:
Input: N = 10
Output: 2
1^2 + 3^2 = 9
3^2 + 1^2 = 9
Input: N = 8
Output: 1
2^2 + 2^2 = 8
Answer:
9/5
Step-by-step explanation
18 divided by 10 equals 1.8 and 1.8 is 9/5 in fraction form.