Okay so starting off I get that this math can be really confusing but you’ll get it if you keep working at it. Don’t give up you got this. For part it it is asking for the volume in cubic feet to do this you multiple H•W•L
H=hight
W=Width
L=Length
Now you don’t really need to know exactly which side is the H,L, or W but since you only have 3 sides with domentions you know that you multiply all three sides now it doesn’t matter what order you do it in.
Please respond if this helped for part A. You got this keep your head up.
Answer:
y = 50
Step-by-step explanation:
Firstly, let's make an equation. We know that when y is 15, x is 3. Or, in other words, y is 5 times what x is. Therefore we can use the equation, y = 5x.
Now, just plug x into the equation.
y = 5(10)
y = 50
Answer:
30-(y*4)
Step-by-step explanation:
replace thirty with 30. less than is - (minus). the product of a number y and four. replace four with 4. the product is the answer of the multiplication problem. so the multiplication problem here would be y*4. so the full answer is
30-(y*4)
1.5b=11-9
1.5b=2
b=1.3 repeating or 1 1/3
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