C is correct because absolute value cant be negative.
Answer:
3
Step-by-step explanation:
Pick 2 x values to plug in:
x = 0: 3(0)+6 = 6
x = 2: 3(2)+6 = 12
slope = (y2 - y1) / (x2 - x1)
slope = (12 - 6) / (2 - 0)
slope = 6 / 2
slope = 3
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;
}
Answer:
2/15 pound of dog food
Step-by-step explanation:
John has 4/5 of a pound of dog food left to share equally among 6 dogs in his pet shop. How many pounds of food can he give to each dog?
From the above question, we can deduce that:
6 dogs = 4/5 pound of dog food
1 dog = x pound of dog food
Cross Multiply
6 dogs × x pound = 1 dog × 4/5 pound of dog food
x pound = 1 dog × 4/5 pound of dog food/6 dogs
x pounds = 4/5 ÷ 6
x pounds= 4/5 × 1/6
x pounds = 4/30
x pounds = 2/15 pound of dog food
Therefore,if the dog food is shared equally, he can give each dog 2/15 pound of dog food.
Subtract 7 to 28 = 21 then divided by -3 = x= -7