document.write( "Question 1167271: A photographer offers two options for portraits. You can pay $25 for a sitting fee and $0.40 for each picture, or $30 for a sitting fee and $0.15 for each picture. Obviously, the option that you pick depends on how many pictures you plan to order. Write a description explaining to friends when the first option is the best and when the second option is the best. Be specific!!\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #852095 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
x, for how many pictures\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "OPTIONS                    COSTS\r\n" );
document.write( "$25 and 0.4 per pic        0.4x+25\r\n" );
document.write( "$30 and 0.15 per pic       0.15x+30\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The important boundary for x is for when \"0.4x%2B25=0.15x%2B30\".
\n" ); document.write( "Maybe you can figure out the rest.
\n" ); document.write( "
\n" );