document.write( "Question 1167096: if you earned up to 5,000,000 in 2016 from an employer, your social security tax rate was 5.2% your income. if you earned over 5,000,000, you pay a fixed amount of 350000.
\n" ); document.write( "a.write a piecewise linear function to represent the social security taxes for incomes between 0 and 10,000,000.
\n" ); document.write( "b.how much social security tax would be deducted from someone who earns 250,000?
\n" ); document.write( "c.How much is your income if you paid 200,000 in social security tax in 2016?
\n" ); document.write( "

Algebra.Com's Answer #791664 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
your piecewise function is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = .052 * x for x <= 5,000,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 350,000 for 5,000,000 < x <= 10,000,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you made 250,000, then the first formula would be used and your tax would .052 * 250,000 = 13,000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if your income was 5,000,000,then your social security tax would be .052 * 5,000,000 = 260,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since your social security tax is 200,000, then your income had to be less than 5,000,000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your income is therefore 200,000 /.052 = 3,846,153.846.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this would be derived from the formula of y = .052 * x
\n" ); document.write( "when y = 200,000, the formula becomes 200,000 = .052 * x
\n" ); document.write( "solve for x to get x = 200,000 /.052 = 3,846,153.846.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );