document.write( "Question 1013207: Ryan is a software salesman. His base salary is
\n" );
document.write( "$1900
\n" );
document.write( ", and he makes an additional
\n" );
document.write( "$120
\n" );
document.write( " for every copy of Math is Fun he sells.\r
\n" );
document.write( "\n" );
document.write( "Let
\n" );
document.write( "P
\n" );
document.write( " represent his total pay (in dollars), and let
\n" );
document.write( "N
\n" );
document.write( " represent the number of copies of Math is Fun he sells. Write an equation relating
\n" );
document.write( "P
\n" );
document.write( " to
\n" );
document.write( "N
\n" );
document.write( ". Then use this equation to find his total pay if he sells
\n" );
document.write( "26
\n" );
document.write( " copies of Math is Fun. \n" );
document.write( "
Algebra.Com's Answer #629516 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! His total pay would be \n" ); document.write( "P(N) = 1900 + 120N \n" ); document.write( "so that \n" ); document.write( "P(26) = 1900 + 120*26 = $5020 \n" ); document.write( " |