document.write( "Question 1154236: Sally sue bought m of the items for d dollars. If the price were increased k dollars per item, how many items could sally sue buy for $14? \n" ); document.write( "
Algebra.Com's Answer #776645 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "The price for one item before = \"d%2Fm\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The price for one item after = \"d%2Fm%2Bk\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The number of items to buy for 14 dollars at new price = \"14%2F%28d%2Fm%2Bk%29\",\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "More precisely, if this number is integer, then STOP; \r\n" );
document.write( "\r\n" );
document.write( "else take the nearest lesser integer number.        ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );