Answer:
i belive its A $15
Step-by-step explanation:
if $3 is 20% and we are trying to find the full 100% then you miltiply 3 by 5 since 20 times 5 equals 100 and when you multiply 3 by 5 you get 15 dollars which is 100 percent of the iteam meaning the regular price.
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:
Step-by-step explanation:
you will need to do:
j/9*2=2j/9
Answer:
y = -17/2
Step-by-step explanation:
Substitute with the givens.
30= 8(8) + 4y.
Multiply parentheses.
30 = 64 + 4y
Subtract.
30-64= -34
-34 = 4y.
Divide each side by 4.
y = - 8.5, or -17/2
hope that is right!
Answer:

Step-by-step explanation:


Therefore, the equation of the line that goes through point (3, -2)and has slope ⅘ is
