The given values in the problem are enumerated below:
futa tax rate = 0.8%
suta tax rate = 5.4 %
Employee's fee = $7,100
Amount taxes = $7100 *(0.008+0.054)= $440.2
When an employee earned total wages of $9100, we can solve the unknown:
Employee's wages = $9100 + $440.2
Employee's wages = $ 9540.2
Answer:
brand awareness is the correct answer.
Explanation:
Answer:
Subsidy
Explanation:
A subsidy is a direct or indirect payment to individuals or firms, usually in the form of a cash payment from the government or a targeted tax cut.
In economic theory, subsidies can be used to offset market failures and externalities in order to achieve greater economic efficiency.
A subsidy typically supports particular sectors of a nation’s economy. It can assist struggling industries by lowering the burdens placed on them, or encourage new developments by providing financial support for the endeavors.
Answer:
In terms of knowledge, it is more important because you have to be knowledgeable to handle situation. Whereas, professional education help you in think big and broad not shallow, in order to be an hero to over situations in life. THE relationship between them is to be professional and your have to be knowledgeable.
Answer:
//algorithm for ATM money withdrawal
Algorithm: Algorithm for cash withdrawals from ATM.
Input: withdraw_amount
Output: amount+service_charges.
Algorithm:
step 1:
balance =account balance.
withdraw_amount = (Get input from user)
step 2:
if(withdraw_amount>400)
then, print "maximum limit exceeds"
step 3:
if(withdraw_amout<1)
then, print "enter a valid amount"
step 4:
if(withdraw_amount>balance)
then, print "insufficient balance.. withdraw money $30 as service charges "
step 5:
if(withdraw_amount<400 && withdraw_amount<balance)
if(withdraw_amount>200)
service_charge=withdraw_amount*(3/100)
print " Your cash is dispensed... total amount withdrawn +service_charges 30% (withdraw_amount +service_charge) "